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

Commit

Permalink
Rename the popit module to popit_api to avoid a name clash
Browse files Browse the repository at this point in the history
Unfortunately, the name popit at the top level clashes with
popit-django, which is more widely used at the moment.  So,
rename the popit module to popit_api.
  • Loading branch information
mhl committed Mar 18, 2014
1 parent d524698 commit efac594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from popit import *
from popit_api import *
from slumber.exceptions import *
import logging
from pprint import pprint
Expand Down

0 comments on commit efac594

Please sign in to comment.