Show
Ignore:
Timestamp:
07/17/13 22:17:23 (11 years ago)
Author:
jerome
Message:

Removed all references to psyco

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/setup.py

    r3474 r3573  
    3939    sys.exit(-1) 
    4040 
    41 try : 
    42     import psyco 
    43 except ImportError : 
    44     sys.stderr.write("WARN: If you are running on a 32 Bits x86 platform, you should install the Python Psyco module if possible, this would greatly speedup parsing. NB : Psyco doesn't work on other platforms, so don't worry if you're in this case.\n") 
    45  
    4641sys.path.insert(0, "pkpgpdls") 
    4742from pkpgpdls.version import __version__, __doc__