- Timestamp:
- 01/15/09 22:13:18 (20 months ago)
- Files:
-
- 1 modified
-
trunk/testing/djangotwill.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/testing/djangotwill.py
r245 r289 1 import twill 2 if twill.__version__ != '0.9': 3 raise ImportWarning( 4 'ambidjangolib.testing.djangotwill only tested with twill 0.9 - ' 5 'earlier twill versions definitely broken') 6 1 7 from twill import commands, set_output 2 8
