From 1df0604e475ef4c06830a26b6d3a58b0de755ba9 2006-05-18 16:53:12 From: walter.doerwald Date: 2006-05-18 16:53:12 Subject: [PATCH] Add missing import. --- diff --git a/IPython/Extensions/astyle.py b/IPython/Extensions/astyle.py index f488de1..fa2042e 100644 --- a/IPython/Extensions/astyle.py +++ b/IPython/Extensions/astyle.py @@ -4,7 +4,7 @@ bold; blink; etc.) to terminal and curses output. """ -import os +import sys, os try: import curses