Created
May 1, 2013 12:12
-
-
Save gkmngrgn/5494966 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> /home/gokmen/Documents/github/gkmngrgn/qhonuskan-votes/demo/app/models.py(4)<module>() | |
3 import ipdb; ipdb.set_trace() | |
----> 4 from qhonuskan_votes.models import VotesField, ObjectsWithScoresManager | |
5 from qhonuskan_votes.models import vote_changed | |
ipdb> from qhonuskan_votes.models import VotesField | |
*** ImportError: cannot import name VotesField | |
ipdb> import qhonuskan_votes | |
ipdb> # ala ala |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment