added _page suffix to page files.

This commit is contained in:
Michael Lazar
2016-08-16 20:21:35 -07:00
parent 82d2686c8b
commit 416ab3743d
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from rtv.subreddit import SubredditPage
from rtv.subreddit_page import SubredditPage
try:
from unittest import mock