Changeset 35 for plesonet_captcha/trunk/util.py
- Timestamp:
- 05/07/09 20:29:01 (3 years ago)
- Files:
-
- 1 modified
-
plesonet_captcha/trunk/util.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plesonet_captcha/trunk/util.py
r1 r35 5 5 #import random 6 6 7 from apps.plesonet_captcha.generator.Words import WordList7 from plesonet_captcha.generator.Words import WordList 8 8 from settings import MIN_LENGTH, MAX_LENGTH 9 9

