~pythonregexp2.7/python/issue2636-01+09-01-01

« back to all changes in this revision

Viewing changes to Lib/lib2to3/fixes/fix_apply.py

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:02:12 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922000212-7r0q4f4ugiq57jph
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Local imports
9
9
from .. import pytree
10
10
from ..pgen2 import token
11
 
from . import basefix
12
 
from .util import Call, Comma
 
11
from .. import fixer_base
 
12
from ..fixer_util import Call, Comma
13
13
 
14
 
class FixApply(basefix.BaseFix):
 
14
class FixApply(fixer_base.BaseFix):
15
15
 
16
16
    PATTERN = """
17
17
    power< 'apply'