diff --git a/build/pip-delete-this-directory.txt b/build/pip-delete-this-directory.txt new file mode 100644 index 0000000..c8883ea --- /dev/null +++ b/build/pip-delete-this-directory.txt @@ -0,0 +1,5 @@ +This file is placed here by pip to indicate the source was put +here by pip. + +Once this package is successfully installed this source code will be +deleted (unless you remove this file). diff --git a/controllers.py b/controllers.py index 47f8507..78804ad 100644 --- a/controllers.py +++ b/controllers.py @@ -6,7 +6,8 @@ from bottle import static_file, redirect, HTTPResponse from bottle import mako_view as view from PIL import Image -from pymongo.objectid import ObjectId +#from pymongo.objectid import ObjectId +from bson.objectid import ObjectId from models import Message PAGE_SIZE = 5 diff --git a/controllers.pyc b/controllers.pyc new file mode 100644 index 0000000..c961371 Binary files /dev/null and b/controllers.pyc differ diff --git a/models.pyc b/models.pyc new file mode 100644 index 0000000..05f7832 Binary files /dev/null and b/models.pyc differ