Commit 84ed3107 authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent 2c5688eb
......@@ -7,7 +7,9 @@
# rights reserved.
#
##############################################################################
import ni, sys
import sys, dbdb, ni
dbdb.debug() # Make it easy to set a breakpoint near here.
import SimpleDB, Sync, TJar, SingleThreadedTransaction, os
......@@ -53,6 +55,9 @@ if os.environ.has_key('PRINCIPIA_REALM'):
# Revision Log
#
# $Log: Main.py,v $
# Revision 1.17 1998/08/03 14:31:45 jim
# *** empty log message ***
#
# Revision 1.16 1998/05/08 14:51:32 jim
# Added support for uninstalled products.
#
......
def debug():
x=1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment