- Removed attempt to import psyco module
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@272 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
parent
1e51f9784f
commit
0d83587cfc
@ -109,4 +109,3 @@ class rdate (object):
|
||||
def __sub__ (self,other):
|
||||
return (self.intdate-other.intdate).days
|
||||
|
||||
|
@ -57,14 +57,6 @@ def printhelp(code=0):
|
||||
if __name__ == "__main__":
|
||||
x11=True #Will try to use the x11 interface
|
||||
|
||||
#Try to run the psyco optimizer
|
||||
try:
|
||||
import psyco
|
||||
psyco.full()
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
#Getting command line
|
||||
try:
|
||||
switches,files=getopt.getopt(sys.argv[1:],"vhqr")
|
||||
|
Loading…
Reference in New Issue
Block a user