Remove doctest runner cruft from dddp.alea (now in dddp.tests).

This commit is contained in:
Tyson Clugg 2015-12-21 20:54:18 +11:00
parent 86b0e23806
commit 5d1eedd75a

5
dddp/alea.py Executable file → Normal file
View file

@ -160,8 +160,3 @@ class Alea(object):
def hex_string(self, digits):
"""Return a hex string of `digits` length."""
return self.random_string(digits, '0123456789abcdef')
if __name__ == '__main__':
import doctest
doctest.testmod()