Skip to content
This repository has been archived by the owner on Oct 18, 2019. It is now read-only.

Commit

Permalink
removing some hacks that didnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Swanson committed Jun 8, 2010
1 parent cf15217 commit d59865a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit d59865a

Please sign in to comment.