From afd3cd6b6338b1c8c3029d930110d5630b7da9c1 Mon Sep 17 00:00:00 2001 From: Xavier ALT Date: Mon, 20 Oct 2008 21:45:35 +0200 Subject: [PATCH] Remove print statment bzr revid: x.alt@ajm.lu-20081020194535-y7o7kuh0bxoj6am3 --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 164d834a1e2..f4385cb05e0 100644 --- 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')