summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2014-10-30 09:10:14 -0400
committerrsiddharth <rsiddharth@ninthfloor.org>2014-10-30 09:10:14 -0400
commit4caa09b8093eec6919fccd8e2296430a17593d68 (patch)
treea27e45818db878e1f3d1b32aaa1d63dc8a8d3723
parent2def977472b2e77ee88c9177f2d03f12b0263eb0 (diff)
renamed: utils/file.py -> file.py, tests/utils_file.py -> tests/test_file.py
utils/ directory deleted now.
-rw-r--r--combox/file.py (renamed from combox/utils/file.py)0
-rw-r--r--combox/tests/test_file.py (renamed from combox/tests/utils_file.py)2
-rw-r--r--combox/utils/__init__.py0
3 files changed, 1 insertions, 1 deletions
diff --git a/combox/utils/file.py b/combox/file.py
index bb27592..bb27592 100644
--- a/combox/utils/file.py
+++ b/combox/file.py
diff --git a/combox/tests/utils_file.py b/combox/tests/test_file.py
index c382d44..08d0d85 100644
--- a/combox/tests/utils_file.py
+++ b/combox/tests/test_file.py
@@ -18,7 +18,7 @@
from os import path
-from utils.file import split_file, glue_file, write_file
+from file import split_file, glue_file, write_file
### Test to split, glue and create a copy of the image file from the
### glued image file.
diff --git a/combox/utils/__init__.py b/combox/utils/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/combox/utils/__init__.py
+++ /dev/null