Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

Commit

Permalink
coaster.utils is now distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
jace authored Jun 15, 2017
1 parent 4caca75 commit 146f799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hacknight/forms/project.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

import wtforms
from coaster import getbool
from coaster.utils import getbool
from baseframe.forms import Form, RichTextField

__all__ = ['ProjectForm']
Expand Down

0 comments on commit 146f799

Please sign in to comment.