summaryrefslogtreecommitdiffstats
path: root/ipsilon/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/root.py')
-rwxr-xr-xipsilon/root.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/ipsilon/root.py b/ipsilon/root.py
index a352641..cd64ef3 100755
--- a/ipsilon/root.py
+++ b/ipsilon/root.py
@@ -17,10 +17,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from util import page
-import cherrypy
+from ipsilon.util.page import Page
-class Root(page.Page):
+class Root(Page):
def root(self):
return self._template('index.html', title='Root')