stuycs-softdev-fall-2013 / proj3-7-bookmarx

Bookmarks for the people
2 stars 0 forks source link

Duplicate Classes #10

Closed cburke496 closed 10 years ago

cburke496 commented 10 years ago

There are two versions each of user.py, tag.py, and bookmark.py. I've been working on the ones in the models folder, but I'm not actually sure if/how app.py can import them from another directory.

zanesterling commented 10 years ago

Take a look at this. The short version is that you just need a file called init.py in the directory that you want to be a package. init.py gets run when anything in that package is imported.

zanesterling commented 10 years ago

FYI, the "duplicate" label is for duplicate issues, not issues involving duplicates.

Hypersonic commented 10 years ago

Fixed in 14792c0dcc54748ed206a4a6159e6f5ce4a98309