Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed importing of traceback module as it is unused
  • Loading branch information
slarosa committed Oct 30, 2012
1 parent 812a0a8 commit e3cd56f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/console_sci.py
Expand Up @@ -28,7 +28,6 @@

import sys
import os
import traceback
import code

_init_commands = ["from qgis.core import *", "import qgis.utils"]
Expand Down

0 comments on commit e3cd56f

Please sign in to comment.