Changeset 7ca902 in indico
- Timestamp:
- 03/18/11 10:18:57 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 824614
- Parents:
- 5e086e
- File:
-
- 1 edited
-
indico/MaKaC/roomMapping.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/roomMapping.py
r2114b0 r7ca902 145 145 def satisfies(self,roomMapper, exact=False): 146 146 for value in self._values: 147 if value .strip() != "":147 if value is not None and value.strip() != "": 148 148 if value.strip() == "*": 149 149 return True
Note: See TracChangeset
for help on using the changeset viewer.
