Remove print statment
authorXavier ALT <x.alt@ajm.lu>
Mon, 20 Oct 2008 19:45:35 +0000 (21:45 +0200)
committerXavier ALT <x.alt@ajm.lu>
Mon, 20 Oct 2008 19:45:35 +0000 (21:45 +0200)
bzr revid: x.alt@ajm.lu-20081020194535-y7o7kuh0bxoj6am3

setup.py

index 164d834..f4385cb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -86,8 +86,6 @@ def find_addons():
 
 def data_files():
     '''Build list of data files to be installed'''
-       
-    print "Here"
     files = []
     if os.name == 'nt':
         os.chdir('bin')