diff options
Diffstat (limited to 'Lib/pyclbr.py')
-rw-r--r-- | Lib/pyclbr.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pyclbr.py b/Lib/pyclbr.py index c9bb2fe..ea42c30 100644 --- a/Lib/pyclbr.py +++ b/Lib/pyclbr.py @@ -53,7 +53,6 @@ PACKAGE RELATED BUGS exists coded in Python in the freeze package.) """ -import os import sys import imp import re |