diff options
Diffstat (limited to 'examples/pymicko.py')
-rw-r--r-- | examples/pymicko.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pymicko.py b/examples/pymicko.py index e0fe205..d3df6f5 100644 --- a/examples/pymicko.py +++ b/examples/pymicko.py @@ -18,7 +18,7 @@ # A copy of the GNU General Public License can be found at <http://www.gnu.org/licenses/>.
from pyparsing import *
-from sys import stdin, stdout, stderr, argv, exit
+from sys import stdin, argv, exit
#defines debug level
# 0 - no debug
|