summaryrefslogtreecommitdiff
path: root/SetupTools.py
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-07-16 15:25:04 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-07-16 15:25:04 -0700
commit832a7c766de46cff23d6716ece9efd79db78cf5d (patch)
tree33e02b22a69491ea12241461ffdc9caa1f65d15b /SetupTools.py
parentdc896aa348b7d5e4dbeed440c6ae8cf8ebdf2fdd (diff)
downloadpython-cheetah-832a7c766de46cff23d6716ece9efd79db78cf5d.tar.gz
Rename the root package to "cheetah" instead of "src" to follow more conventional python package naming
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 ##