import clenaup

This commit is contained in:
Václav 'Ax' Hůla 2012-10-27 23:27:59 +02:00
parent a4dbf3b77c
commit 18633fa596
4 changed files with 0 additions and 9 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/python3
import sys
import psycopg2
from PySide import QtCore, QtGui, QtDeclarative

View file

@ -1,8 +1,5 @@
from .Currency import Currency
import psycopg2
from contextlib import closing
class Account:
""" BrmBar Account

View file

@ -1,5 +1,3 @@
import psycopg2
from contextlib import closing
class Currency:
""" Currency

View file

@ -2,9 +2,6 @@ import brmbar
from .Currency import Currency
from .Account import Account
import psycopg2
from contextlib import closing
class Shop:
""" BrmBar Shop