Fix package installation script

This commit is contained in:
Michael Lazar
2017-03-28 22:16:14 -07:00
parent 6b1eab1a97
commit c32119aa77
8 changed files with 33 additions and 33 deletions

View File

@@ -27,7 +27,7 @@ import time
from collections import deque
from functools import partial
from timeit import default_timer as timer
from praw.errors import HTTPException, PRAWException
from .errors import HTTPException, PRAWException
from operator import attrgetter
BACKOFF_START = 4 # Minimum number of seconds to sleep during errors