Changeset 1162 in tailor for vcpx/git.py


Ignore:
Timestamp:
06/13/06 02:17:34 (7 years ago)
Author:
lele@…
Hash name:
20060613001734-97f81-447ffbf3b7619350a7f773eb52c01d849f99bd54
Message:

Remove useless imports noticed by pyflakes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/git.py

    r1141 r1162  
    1313__docformat__ = 'reStructuredText' 
    1414 
    15 from shwrap import ExternalCommand, ReopenableNamedTemporaryFile, PIPE 
     15from shwrap import ExternalCommand, PIPE 
    1616from source import UpdatableSourceWorkingDir, GetUpstreamChangesetsFailure 
    1717from source import ChangesetApplicationFailure 
     
    203203        """ 
    204204 
    205         from time import mktime 
    206205        from os import environ 
    207206 
     
    320319        from os.path import join, exists 
    321320        from os import mkdir 
    322         from re import escape 
    323321        from dualwd import IGNORED_METADIRS 
    324322 
Note: See TracChangeset for help on using the changeset viewer.