]> git.pld-linux.org Git - packages/clive.git/commitdiff
- python module moved to src
authorPatryk Zawadzki <patrys@room-303.com>
Wed, 25 Jun 2008 09:32:57 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- add src to python path

Changed files:
    clive-setup.py -> 1.3

clive-setup.py

index b7d036a4d279fe7f21d48c57bb8a497ab5c282b2..cb123de22d9f3d9aa3282c77357dd99eb3d2b26f 100644 (file)
@@ -27,6 +27,8 @@ import gzip
 
 from distutils.core import setup
 
+sys.path.insert(0, 'src')
+
 import clive as _clive
 
 if sys.platform == 'win32':
This page took 0.109865 seconds and 4 git commands to generate.