Changeset 134:6a33aa624ba4 in documentViewer for documentViewer.py
- Timestamp:
- Jun 18, 2010, 2:08:46 PM (15 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r133 r134 8 8 9 9 from Ft.Xml import EMPTY_NAMESPACE, Parse 10 from Ft.Xml.Domlette import PrettyPrint, Print 10 import Ft.Xml.Domlette 11 11 import os.path 12 12 import sys … … 267 267 if mk is None: 268 268 return "" 269 if type(mk) is not ListType:269 if not isinstance(mk, list): 270 270 mk=[mk] 271 271 for m in mk:
Note: See TracChangeset
for help on using the changeset viewer.