[FIX] Removed print statements

This commit is contained in:
Pieter J. Kersten
2010-01-26 22:08:15 +01:00
parent c85c8b9621
commit 41509a69a7

View File

@@ -24,11 +24,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
print 'Importing account_banking.account_banking'
import account_banking
print 'Importing account_banking.parsers'
import parsers
print 'Importing account_banking.wizard'
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: