summaryrefslogtreecommitdiff
path: root/SetupTools.py
diff options
context:
space:
mode:
Diffstat (limited to 'SetupTools.py')
-rw-r--r--SetupTools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SetupTools.py b/SetupTools.py
index 1fcaf4c..6f0c302 100644
--- a/SetupTools.py
+++ b/SetupTools.py
@@ -19,7 +19,7 @@ from distutils.core import Command
from distutils.command.install_data import install_data
#imports from Cheetah ...
-from src.FileUtils import findFiles
+from cheetah.FileUtils import findFiles
##################################################
## CLASSES ##