Changeset 635:8d460ddb45b7 in documentViewer
- Timestamp:
- May 6, 2016, 4:59:35 PM (9 years ago)
- Branch:
- default
- Tags:
- tip
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r634 r635 890 890 891 891 def getDocinfoFromDigilib(self, docinfo, path): 892 infoUrl=self.digilibBaseUrl+"/ dirInfo-xml.jsp?fn="+path892 infoUrl=self.digilibBaseUrl+"/api/dirInfo-xml.jsp?fn="+path 893 893 # fetch data 894 894 txt = getHttpData(infoUrl)
Note: See TracChangeset
for help on using the changeset viewer.