pkgsrc/finance/emma/patches/patch-ag

14 lines
396 B
Text
Raw Normal View History

$NetBSD: patch-ag,v 1.1 2002/10/24 17:21:59 drochner Exp $
--- emma.py.orig Thu Oct 24 19:03:38 2002
+++ emma.py Thu Oct 24 19:04:59 2002
@@ -175,6 +175,8 @@
##################################################################
try:
+ from mx.DateTime import *
+except ImportError:
from DateTime import *
except:
print "In order to use the limits you need the mxdatetime package"