Changeset 42:fbc7258e4b5c in documentViewer
- Timestamp:
- Jul 14, 2006, 4:22:36 PM (19 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
documentViewer.py
r41 r42 146 146 if access is None: 147 147 # no information - no access 148 #TODO: check 149 return True 148 return False 150 149 elif access == 'free': 151 150 zLOG.LOG("documentViewer (accessOK)", zLOG.INFO, "access is free") 152 151 return True 153 152 elif access in self.authgroups: -
version.txt
r39 r42 1 DocumentViewer 0.2. 51 DocumentViewer 0.2.6
Note: See TracChangeset
for help on using the changeset viewer.