Move *.py into new pbot package.
[poker.git] / pbot / deck.py
similarity index 99%
rename from deck.py
rename to pbot/deck.py
index 42d3076575aef3639185a69000de80c40fb746b2..d7cc3cc00c2ca761a6e1de455b35718ae5ad1728 100644 (file)
--- a/deck.py
@@ -1,7 +1,7 @@
 """Define a deck of cards, single-player scoring rules, and pretty-printing.
 """
 
-from combinations import xunique_combinations
+from .combinations import xunique_combinations
 
 
 SUITS = ['spades', 'hearts', 'diamonds', 'clubs']