Skip to content

Commit

Permalink
Collector #1621, 1894: Removed support for use of long-deprecated 'wh…
Browse files Browse the repository at this point in the history
…random' module.
  • Loading branch information
tseaver committed Nov 22, 2005
1 parent 3544972 commit b21e385
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

__version__='$Revision: 1.7 $'[11:-2]

import string, math, random, whrandom
import string, math, random
import DocumentTemplate.sequence
from DateTime.DateTime import DateTime

Expand All @@ -22,7 +22,6 @@
utility_builtins['string'] = string
utility_builtins['math'] = math
utility_builtins['random'] = random
utility_builtins['whrandom'] = whrandom
utility_builtins['sequence'] = DocumentTemplate.sequence
utility_builtins['DateTime'] = DateTime

Expand Down

0 comments on commit b21e385

Please sign in to comment.