Fix Pylint warnings

This commit is contained in:
moylop260
2014-11-13 18:13:05 -06:00
committed by Matthieu Dietrich
parent b8bafa68ae
commit 2540f699b4
20 changed files with 41 additions and 42 deletions

View File

@@ -19,7 +19,7 @@
#
##############################################################################
import statement
import report
import account
import voucher
from . import statement
from . import report
from . import account
from . import voucher