Skip to content

Commit

Permalink
absolute import python2
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed Feb 24, 2018
1 parent 6f73c84 commit 8dda14a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spellchecker/spellchecker.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from __future__ import absolute_import

import os
import re
from collections import Counter

import spellchecker.info as base # to get a relative file path!


class SpellChecker(object):

def __init__(self):
Expand Down

0 comments on commit 8dda14a

Please sign in to comment.