Skip to content

Commit

Permalink
Expose more flask functions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcs committed May 21, 2015
1 parent c3b01b4 commit 2fd9fae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion connexion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"""


from flask import request
from flask import abort, request, send_file, send_from_directory, render_template, render_template_string, url_for
from connexion.app import App
from connexion.api import Api
import werkzeug.exceptions as exceptions
2 changes: 1 addition & 1 deletion connexion/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 0.1
version = '0.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from setuptools import setup, find_packages
Expand Down

0 comments on commit 2fd9fae

Please sign in to comment.