Skip to content

Commit

Permalink
Fixed imports for ACCEL_sift.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scottransom committed Nov 12, 2019
1 parent cd28487 commit 8e0488d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/ACCEL_sift.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from builtins import map
import sifting, re, glob
import re
import glob
import presto.sifting as sifting
from operator import itemgetter, attrgetter

# Note: You will almost certainly want to adjust
Expand Down

0 comments on commit 8e0488d

Please sign in to comment.