Changeset 3601 in products
- Timestamp:
- Oct 24, 2012 3:07:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.canonicalpath/trunk/quintagroup/canonicalpath/adapters.py
r3599 r3601 15 15 PROPERTY_LINK = "canonical_link" 16 16 17 _is_canonical = re.compile(r"\S*$").match # non space and no new line(should be pickier) 17 # non space and no new line(should be pickier) 18 _is_canonical = re.compile(r"\S*$").match 18 19 19 20
Note: See TracChangeset
for help on using the changeset viewer.