浏览代码

Moved source files to root directory.

Taddeus Kroes 14 年之前
父节点
当前提交
d991026e9e
共有 3 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      __init__.py
  2. 0 0
      cache.py
  3. 1 1
      tests/test_cache.py

+ 0 - 0
src/__init__.py → __init__.py


+ 0 - 0
src/cache.py → cache.py


+ 1 - 1
tests/test_cache.py

@@ -4,7 +4,7 @@ from shutil import rmtree
 from copy import copy
 from cPickle import dumps
 
-from src.cache import ADMINISTRATION_FILE, assert_file_exists, to_dir, Cache
+from cache import ADMINISTRATION_FILE, assert_file_exists, to_dir, Cache
 
 
 class TestCache(unittest.TestCase):