Show
Ignore:
Timestamp:
24/08/07 14:26:25 (3 years ago)
Author:
athomas
Message:

pyndexter: More cleanup for new branch.

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 
    110import re 
     11 
     12 
     13__all__ = ['Reducer'] 
    214 
    315