File: 01-package-namespace.patch

package info (click to toggle)
python-mt940 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 474; sh: 11; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 328 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/mt940/test.py
+++ b/mt940/test.py
@@ -11,7 +11,7 @@
 import unittest
 from decimal import Decimal
 
-from mt940 import (MT940, rabo_description, abn_amro_description,
+from tryton_mt940 import (MT940, rabo_description, abn_amro_description,
     ing_description, regiobank_description)
 
 here = os.path.dirname(__file__)