mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-16 22:40:24 +00:00
Remove doctest runner cruft from dddp.alea (now in dddp.tests).
This commit is contained in:
parent
86b0e23806
commit
5d1eedd75a
1 changed files with 0 additions and 5 deletions
5
dddp/alea.py
Executable file → Normal file
5
dddp/alea.py
Executable file → Normal 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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue