Changeset 458 for pyndexter/branches/simplification/pyndexter/reduce.py
- Timestamp:
- 24/08/07 14:26:25 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pyndexter/branches/simplification/pyndexter/reduce.py
r457 r458 1 # -*- coding: utf-8 -*- 2 # 3 # Copyright (C) 2006 Alec Thomas <alec@swapoff.org> 4 # 5 # This software is licensed as described in the file COPYING, which 6 # you should have received as part of this distribution. 7 # 8 9 1 10 import re 11 12 13 __all__ = ['Reducer'] 2 14 3 15
