Deprecated file location?
`
user@host ~ $ git clone https://github.com/projecthamster/flask-hamster.git
Cloning into 'flask-hamster'...
remote: Counting objects: 81, done.
remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81
Unpacking objects: 100% (81/81), done.
Checking connectivity... done.
user@host ~ $ cd flask-hamster/
user@host ~/flask-hamster $ ls
flask-hamster.py lib README.textile requirements.txt static templates
user@host ~/flask-hamster $ python2.7 flask-hamster.py
Traceback (most recent call last):
File "flask-hamster.py", line 13, in
should it still be looking in /usr/local/lib/python2.7/dist-packages/hamster/db.py ? or the file location have changed ans it's just remaining junk on my computer ?