summaryrefslogtreecommitdiff
path: root/finance/emma/patches/patch-ag
blob: f09b07005b55999b8c642714ff1ee9e0fc5ef852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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"