summaryrefslogtreecommitdiff
path: root/pastepy
diff options
context:
space:
mode:
Diffstat (limited to 'pastepy')
-rw-r--r--pastepy/pastepy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pastepy/pastepy.py b/pastepy/pastepy.py
index 750d8fe..1d43986 100644
--- a/pastepy/pastepy.py
+++ b/pastepy/pastepy.py
@@ -1,7 +1,7 @@
import datetime
import random
-from flask import Blueprint, current_app, render_template, request, session, redirect, url_for
+from flask import Blueprint, current_app, render_template, request, session, redirect, url_for, abort
try:
import markdown
has_markdown = True