diff options
Diffstat (limited to 'whiteutils.py')
-rw-r--r-- | whiteutils.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/whiteutils.py b/whiteutils.py index e203e7e08..763f08361 100644 --- a/whiteutils.py +++ b/whiteutils.py @@ -7,8 +7,9 @@ # $Id: whiteutils.py 110 2005-08-27 22:35:20Z ned $ # modified to run with Python1.5.2 by Andreas Rumpf -import re, types -from string import strip, split, replace, join +import sys, re, types, os, os.path, re, shutil, time, getopt +import glob, zlib +from pycompab import * def whitePrefix(strings): """ Determine the whitespace prefix common to all non-blank lines |