Move *.py into new pbot package.
[poker.git] / pbot / combinations.py
similarity index 92%
rename from combinations.py
rename to pbot/combinations.py
index 50b7bab397d36e98722a7fd8e80f42a5701faacd..0e11775661e1ef612662981627cf6e6d5799dffc 100644 (file)
@@ -1,8 +1,6 @@
 """Assorted useful combinatorics.
 """
 
-from __future__ import generators
-
 
 def xunique_combinations(items, n):
     """Iterate through unordered, length `n` subsets of `items`.