This website works better with JavaScript.
Home
Help
Sign In
ben
/
calefaction
mirror of
https://github.com/earwig/calefaction
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Missing import.
master
Ben Kurtovic
8 years ago
parent
d992f92d5a
commit
e4cb5306c3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
calefaction/modules/campaigns.py
+ 1
- 1
calefaction/modules/campaigns.py
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from flask import abort, g, redirect, request
from flask import abort, g, redirect, request
, url_for
from flask_mako import render_template
from ._provided import blueprint, config
Write
Preview
Loading…
Cancel
Save