Explorar el Código

Moved source files to root directory.

Taddeus Kroes hace 14 años
padre
commit
d991026e9e
Se han modificado 3 ficheros con 1 adiciones y 1 borrados
  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):