File: 01-package-namespace.patch

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