Remove NEWIMPORT variable.

No going back now :)
This commit is contained in:
Worros
2010-01-23 13:37:41 +08:00
parent 98e4b598ed
commit 29e705f337
4 changed files with 3 additions and 11 deletions
+1 -2
View File
@@ -292,8 +292,7 @@ which it expects to find at self.re_TailSplitHands -- see for e.g. Everleaf.py.
log.info("Unsupported game type: %s" % gametype)
if hand:
if Configuration.NEWIMPORT == False:
hand.writeHand(self.out_fh)
#hand.writeHand(self.out_fh)
return hand
else:
log.info("Unsupported game type: %s" % gametype)