Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

Commit

Permalink
move to the new extension naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Apr 10, 2012
1 parent 90b541d commit e95092c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
File renamed without changes.
1 change: 0 additions & 1 deletion flaskext/__init__.py

This file was deleted.

3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -31,8 +31,7 @@ def run_tests():
author_email='sirn@ogsite.net', author_email='sirn@ogsite.net',
description='Flask extension that provides integration with CouchDBKit.', description='Flask extension that provides integration with CouchDBKit.',
long_description=__doc__, long_description=__doc__,
packages=['flaskext'], py_modules=['flask_couchdbkit'],
namespace_packages=['flaskext'],
zip_safe=False, zip_safe=False,
platforms='any', platforms='any',
install_requires=[ install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion tests/test_couchdbkit.py
Expand Up @@ -4,7 +4,7 @@
from datetime import datetime from datetime import datetime


import flask import flask
from flaskext.couchdbkit import CouchDBKit from flask.ext.couchdbkit import CouchDBKit
from couchdbkit.exceptions import BadValueError from couchdbkit.exceptions import BadValueError




Expand Down

0 comments on commit e95092c

Please sign in to comment.