Clean up unused imports.
This commit is contained in:
parent
cdd987483f
commit
a8f12db7f7
10
pyfpdb/Mucked.py
Executable file → Normal file
10
pyfpdb/Mucked.py
Executable file → Normal file
|
@ -25,17 +25,17 @@ Mucked cards display for FreePokerTools HUD.
|
||||||
# to do
|
# to do
|
||||||
|
|
||||||
# Standard Library modules
|
# Standard Library modules
|
||||||
import sys
|
#import sys
|
||||||
import pprint
|
#import pprint
|
||||||
|
|
||||||
# pyGTK modules
|
# pyGTK modules
|
||||||
import pygtk
|
#import pygtk
|
||||||
import gtk
|
import gtk
|
||||||
import gobject
|
import gobject
|
||||||
|
|
||||||
# FreePokerTools modules
|
# FreePokerTools modules
|
||||||
import Configuration
|
#import Configuration
|
||||||
import Database
|
#import Database
|
||||||
import Card
|
import Card
|
||||||
|
|
||||||
class Aux_Window(object):
|
class Aux_Window(object):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user