disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Example in readme is incorrect #8

Closed althalus closed 13 years ago

althalus commented 13 years ago

Example in readme shows: import gargoyle Which leads to an import error Should read: from gargoyle import gargoyle

dcramer commented 13 years ago

Fixed, sorry about the untimely fashion :)