pkgsrc/finance/emma/patches/patch-ag
drochner 06e11eb6fd -make this work with newer mxDateTime packages (namespace hierarchy change)
-while here, update to 0.8.2; the only changelog entry is
 "Factor for schedule-frequency" (whatever this means...)
-use pkglibtool
2002-10-24 17:21:57 +00:00

13 lines
396 B
Text

$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"