|
From: <ki...@us...> - 2003-02-05 23:07:25
|
Update of /cvsroot/pymerase/pymerase/examples/school
In directory sc8-pr-cvs1:/tmp/cvs-serv978
Modified Files:
TestSchool.py createapi.py createsql.py
Log Message:
Updated for setup.py install script
Index: TestSchool.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/TestSchool.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** TestSchool.py 14 Dec 2002 02:16:41 -0000 1.9
--- TestSchool.py 5 Feb 2003 23:07:21 -0000 1.10
***************
*** 15,19 ****
#sys.path.append(os.path.abspath(".."))
import pymerase
! from util import NameMangling
# import code to use api
--- 15,19 ----
#sys.path.append(os.path.abspath(".."))
import pymerase
! from pymerase.util import NameMangling
# import code to use api
Index: createapi.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/createapi.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** createapi.py 15 Aug 2002 00:17:50 -0000 1.4
--- createapi.py 5 Feb 2003 23:07:21 -0000 1.5
***************
*** 3,7 ****
import os
import pymerase
! from util import NameMangling
if __name__ == "__main__":
--- 3,7 ----
import os
import pymerase
! from pymerase.util import NameMangling
if __name__ == "__main__":
Index: createsql.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/examples/school/createsql.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** createsql.py 15 Aug 2002 00:17:50 -0000 1.3
--- createsql.py 5 Feb 2003 23:07:21 -0000 1.4
***************
*** 2,6 ****
import pymerase
! from util import NameMangling
--- 2,6 ----
import pymerase
! from pymerase.util import NameMangling
|