|
From: <ki...@us...> - 2003-12-04 02:52:44
|
Update of /cvsroot/pymerase/pymerase/pymerase/output
In directory sc8-pr-cvs1:/tmp/cvs-serv438
Modified Files:
CreateDBAPI.py
Log Message:
3 files changed names from .py to .pyt. Fixed hard coded paths.
Index: CreateDBAPI.py
===================================================================
RCS file: /cvsroot/pymerase/pymerase/pymerase/output/CreateDBAPI.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** CreateDBAPI.py 10 Sep 2003 02:09:01 -0000 1.31
--- CreateDBAPI.py 4 Dec 2003 02:52:41 -0000 1.32
***************
*** 458,465 ****
# get module_path
# FIXME: this is for the better segmented version
! files_to_copy = [('dbAPI.py', 'dbAPI.py'),
! ('init.py', '__init__.py'),
('../../util/bool.py', 'bool.py'),
! ('fkeyTypes.py', 'fkeyTypes.py')]
# files_to_copy = [('dbAPI.py', '__init__.py'),
# ('fkeyTypes.py', 'fkeyTypes.py')]
--- 458,465 ----
# get module_path
# FIXME: this is for the better segmented version
! files_to_copy = [('dbAPI.pyt', 'dbAPI.py'),
! ('init.pyt', '__init__.py'),
('../../util/bool.py', 'bool.py'),
! ('fkeyTypes.pyt', 'fkeyTypes.py')]
# files_to_copy = [('dbAPI.py', '__init__.py'),
# ('fkeyTypes.py', 'fkeyTypes.py')]
|