~coreygoldberg/+junk/isd-app-probes

« back to all changes in this revision

Viewing changes to isdprobes/transactions/sso_web_login.py

  • Committer: Corey Goldberg
  • Date: 2012-06-24 15:11:20 UTC
  • Revision ID: cgoldberg@gmail.com-20120624151120-e5jlakvi7casdihs
fixed imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
import mechanize
3
3
 
4
 
from timer import Timer    
 
4
from ..timer import Timer
5
5
 
6
6
 
7
7