Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
Remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Jan 19, 2015
1 parent ed5e483 commit a6d3b40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sagenb/notebook/worksheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3029,7 +3029,6 @@ def initialize_sage(self):
import base64
import sagenb.misc.support as _support_
import sagenb.notebook.interact as _interact_ # for setting current cell id
from sagenb.notebook.interact import interact
DATA = %r
DIR = %r
Expand All @@ -3044,7 +3043,6 @@ def initialize_sage(self):
# gets removed from the sage library.
from sagenb.notebook.all import *
try:
from sage.misc.preparser import load
load(os.path.join(os.environ['DOT_SAGE'], 'init.sage'), globals(),attach=True)
except (KeyError, IOError):
pass
Expand Down

0 comments on commit a6d3b40

Please sign in to comment.