forked from brmlab/brmbar-github
import clenaup
This commit is contained in:
parent
a4dbf3b77c
commit
18633fa596
4 changed files with 0 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
import psycopg2
|
||||
|
||||
from PySide import QtCore, QtGui, QtDeclarative
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
from .Currency import Currency
|
||||
|
||||
import psycopg2
|
||||
from contextlib import closing
|
||||
|
||||
class Account:
|
||||
""" BrmBar Account
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
import psycopg2
|
||||
from contextlib import closing
|
||||
|
||||
class Currency:
|
||||
""" Currency
|
||||
|
|
|
@ -2,9 +2,6 @@ import brmbar
|
|||
from .Currency import Currency
|
||||
from .Account import Account
|
||||
|
||||
import psycopg2
|
||||
from contextlib import closing
|
||||
|
||||
class Shop:
|
||||
""" BrmBar Shop
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue