Changeset 133:40730cfbcb8e in documentViewer for MpdlXmlTextServer.py


Ignore:
Timestamp:
Jun 17, 2010, 6:34:36 PM (14 years ago)
Author:
casties
Branch:
default
Message:

fixed problem with getnumpages and args

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MpdlXmlTextServer.py

    r132 r133  
    122122        return "no text here"   
    123123                       
    124     def getNumPages(self,docinfo=None):
     124    def getNumPages(self, docinfo):
    125125        """get list of pages from fulltext and put in docinfo"""
    126126        if 'numPages' in docinfo:
Note: See TracChangeset for help on using the changeset viewer.