Skip to content

Commit

Permalink
Remove some unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>
  • Loading branch information
tomspur committed Oct 8, 2010
1 parent 49260db commit 79c571c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion IPython/config/loader.py
Expand Up @@ -19,7 +19,6 @@
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------


import __builtin__ import __builtin__
import os
import sys import sys


from IPython.external import argparse from IPython.external import argparse
Expand Down
1 change: 0 additions & 1 deletion IPython/core/magic.py
Expand Up @@ -50,7 +50,6 @@
from IPython.core import debugger, oinspect from IPython.core import debugger, oinspect
from IPython.core.error import TryNext from IPython.core.error import TryNext
from IPython.core.error import UsageError from IPython.core.error import UsageError
from IPython.core.fakemodule import FakeModule
from IPython.core.macro import Macro from IPython.core.macro import Macro
from IPython.core import page from IPython.core import page
from IPython.core.prefilter import ESC_MAGIC from IPython.core.prefilter import ESC_MAGIC
Expand Down

0 comments on commit 79c571c

Please sign in to comment.