~mgedmin/findimports/trunk

« back to all changes in this revision

Viewing changes to findimports.py

  • Committer: Marius Gedminas
  • Date: 2011-04-08 14:38:47 UTC
  • Revision ID: marius@gedmin.as-20110408143847-q9okfjma96kt0hfh
Post-release version bump

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
from compiler.visitor import ASTVisitor
77
77
 
78
78
 
79
 
__version__ = '1.2.12'
 
79
__version__ = '1.2.13dev'
80
80
 
81
81
 
82
82
def adjust_lineno(filename, lineno, name):