Merge pull request #2497 from BlaXpirit/intsets-import

Remove unneeded import os from intsets
This commit is contained in:
reactormonk
2015-04-09 07:38:21 +05:00

View File

@@ -14,7 +14,7 @@
## copy; use ``assign`` to get a deep copy.
import
os, hashes, math
hashes, math
type
BitScalar = int