Commit 9e482b3a authored by Jim Fulton's avatar Jim Fulton

*** empty log message ***

parent ae9f1be8
...@@ -130,9 +130,9 @@ Examples ...@@ -130,9 +130,9 @@ Examples
s s
$Id: Test.py,v 1.21 1998/09/21 23:48:59 jim Exp $ $Id: Test.py,v 1.22 1998/09/21 23:50:01 jim Exp $
''' '''
__version__='$Revision: 1.21 $'[11:-2] __version__='$Revision: 1.22 $'[11:-2]
import sys, traceback, profile, os, getopt, string, time import sys, traceback, profile, os, getopt, string, time
repeat_count=100 repeat_count=100
...@@ -232,9 +232,6 @@ except: ...@@ -232,9 +232,6 @@ except:
def getlineno(code): def getlineno(code):
return code.co_firstlineno return code.co_firstlineno
def setenv(env,
def publish(script,path_info,u=None,p=None,d=None,t=None,e=None,s=None,pm=0): def publish(script,path_info,u=None,p=None,d=None,t=None,e=None,s=None,pm=0):
profile=p profile=p
......
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