Bundling praw v3 with rtv

This commit is contained in:
Michael Lazar
2017-03-28 21:33:10 -07:00
parent 31024e1a6c
commit 6b1eab1a97
24 changed files with 6930 additions and 23 deletions

View File

@@ -2,9 +2,9 @@
from __future__ import unicode_literals
import requests
from praw.errors import OAuthException
from rtv.oauth import OAuthHelper, OAuthHandler
from rtv.packages.praw.errors import OAuthException
try: