Patch on Sybase.py
Christophe Delarue <[email protected]> Tue, 01 Feb 2005 14:01:47 +0100
| Newsgroups | gmane.comp.python.sybase |
|---|---|
| Message-ID | <2B674CE447106D46A53D0FDDC7DF8B1C095BF5@PTXSMSXM01.emea.ime.reuters.com> |
I add to patch Sybase.py with attached patch file .. it just contains
the add of DateTime = datetime if datetime is used instead of
mx.DateTime
--------------------------------------------------------------- -
Visit our Internet site at http://www.reuters.com
Get closer to the financial markets with Reuters Messaging - for more
information and to register, visit http://www.reuters.com/messaging
Any views expressed in this message are those of the individual
sender, except where the sender specifically states them to be
the views of Reuters Ltd.
patch.txt
(text/plain, 238 B)
*** Sybase.py Tue Feb 1 13:52:00 2005
--- Sybase.py~ Mon Dec 13 18:21:58 2004
***************
*** 5,11 ****
#
try:
import datetime
- DateTime = datetime
use_datetime = 1
except ImportError:
try:
--- 5,10 ----