Skip to content

Commit

Permalink
fixed broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
prehensile committed Mar 26, 2012
1 parent f08f083 commit bb2873a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verbivorejr.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import logging
import datetime
import random
import twitter

class VBWord( db.Model ):
word = db.StringProperty( required=True )
Expand Down

0 comments on commit bb2873a

Please sign in to comment.