Staging
v0.8.1
Revision 68a0757e23588a7ea76c562985160484e22a953d authored by Greg Ward on 10 April 2000, 00:18:16 UTC, committed by Greg Ward on 10 April 2000, 00:18:16 UTC
to all commands in the same way.  Several Command methods now either expect
'self.force' to be defined, or check if it is defined and assume it's
false if not.
1 parent 582a870
Raw File
builtin.py
# B/W compat hack so code that says "import builtin" won't break after
# name change from builtin to __builtin__.
from __builtin__ import *
back to top