Changeset 1183 in tailor


Ignore:
Timestamp:
06/25/06 11:25:52 (7 years ago)
Author:
ydirson@…
Hash name:
20060625092552-130f5-dedaaa228a6b2cf0c8e3e6f3608cffe46ca84b21
Message:

Fix remaining references to path predating the repository.py split

Location:
vcpx
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/cvsps.py

    r1179 r1183  
    240240        from shutil import rmtree 
    241241        from time import sleep 
    242         from vcpx.cvs import CvsEntries 
     242        from vcpx.repository.cvs import CvsEntries 
    243243 
    244244        entries = CvsEntries(self.basedir) 
     
    339339        from os.path import join, exists, split 
    340340        from time import sleep 
    341         from vcpx.cvs import CvsEntries, compare_cvs_revs 
     341        from vcpx.repository.cvs import CvsEntries, compare_cvs_revs 
    342342 
    343343        if not self.repository.module: 
  • vcpx/repository/cvs.py

    r1179 r1183  
    191191        """The look ahead line stack.""" 
    192192 
    193         self.log = getLogger('tailor.vcpx.cvs.collector') 
     193        self.log = getLogger('tailor.vcpx.repository.cvs.collector') 
    194194 
    195195        self.__parseCvsLog(branch, entries, since) 
  • vcpx/tests/cvs.py

    r1179 r1183  
    2020 
    2121        from datetime import datetime, timedelta 
    22         from vcpx.cvs import CvsEntry 
     22        from vcpx.repository.cvs import CvsEntry 
    2323 
    2424        tagline = "/version.txt/1.16.2.1/Tue Jul 13 12:49:02 2004//T1.16.2.1" 
Note: See TracChangeset for help on using the changeset viewer.