Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions build/pip-delete-this-directory.txt
Original file line number Diff line number Diff line change
@@ -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).
3 changes: 2 additions & 1 deletion controllers.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added controllers.pyc
Binary file not shown.
Binary file added models.pyc
Binary file not shown.