Refactoring const to constants, to provide for lxml docbook namespaces.
[treecutter.git] / treecutter / directory.py
index 0c633a784b11f04e158fbfdd723e8cb59168bab5..dc60c379718e4a016c5fecc55eeb75610c5def31 100644 (file)
@@ -2,7 +2,7 @@
 import os
 import fnmatch
 from amara import bindery
-import treecutter.const as const
+import treecutter.constants as const
 
 class Directory():
     """Class containing the state of the directory with articles"""