Skip to content

Commit

Permalink
Remove some unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose committed Apr 3, 2013
1 parent ee3c366 commit 4c5f9dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions dxr/plugins.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os, sys, subprocess
import os, sys
import imp
import dxr.utils


def indexer_exports():
Expand Down
2 changes: 1 addition & 1 deletion dxr/query.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from itertools import groupby
import utils, cgi, codecs, struct
import cgi, struct
import time


Expand Down

0 comments on commit 4c5f9dd

Please sign in to comment.