Files
2010-09-06 01:32:36 -04:00

7 lines
137 B
Python

# cmd_ext.py
from plac_ext import cmd_interface
import ishelve2
if __name__ == '__main__':
cmd_interface(ishelve2.main()).cmdloop()