Changeset 1326:fac50a530bfc

Show
Ignore:
Timestamp:
05/05/09 10:26:50 (11 months ago)
Author:
Alexandre Rossi <alexandre.rossi@…>
Branch:
default
convert_revision:
5f25e6758e2e8874eb1fa19e0d522ed2ac80a6ff
Message:

remove useless method in setup.py

darcs-hash:20090505082650-85ee7-90ee4547dca8468b4829a5562ae53d76e1138e7a.gz

committer: Alexandre Rossi <alexandre.rossi@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • setup.py

    r1310 r1326  
    7777    def finalize_options(self): 
    7878        self.manpages = glob.glob(os.path.join(self.mandir, "*.xml")) 
    79  
    80     def __get_man_section(self, filename): 
    81         # filename should be file.mansection.xml 
    82         return filename.split('.')[-2] 
    8379 
    8480    def run(self):