ソースを参照

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):