Small tweaks: enabled collab, removed some debugging.

This commit is contained in:
Eugene Lazutkin 2010-07-09 04:13:12 -05:00
Родитель 4819b48800
Коммит 2614d6a4e7
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -186,7 +186,8 @@ c.javascript_plugins = []
# List of capabilities provided by the server. This is just a list of strings
# to be interpreted by the client. This will adjust the user interface to
# focus the user on the capabilities provided by this server.
c.capabilities = set(["vcs"])
c.capabilities = set(["vcs", "collab"])
#c.capabilities = set(["vcs"])
# Set this variable to point to the location of a Thunderhead
# source directory and that will be used during development.

Просмотреть файл

@ -707,7 +707,6 @@ def _tell_file_event(user, project, path, event):
followers = [follower.following.username for follower in followers if follower.following]
# find the owner
isMyProject = _is_project_shared(project, user)
print "*** 2 " + str(isMyProject)
for follower in followers:
#try:
member = User.find_user(follower)