From d59865aeac542002f8c2903d3453bf34ba6e30e5 Mon Sep 17 00:00:00 2001 From: Matt Swanson Date: Mon, 7 Jun 2010 20:02:47 -0400 Subject: [PATCH] removing some hacks that didnt work --- setup.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/setup.py b/setup.py index 336c85f..a027e02 100644 --- a/setup.py +++ b/setup.py @@ -8,12 +8,6 @@ def find_file_in_path(filename): if os.path.exists(file_path): return file_path -dlls = [] -path = 'C:\Python26\Lib\site-packages\PyQt4\plugins\imageformats' -for files in os.listdir(path): - f1 = path + files - dlls.append(f1) - setup(name="StackTracker", version="0.3", author="Matt Swanson",