Skip to content

Commit

Permalink
use consistent quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
pilz committed Jan 8, 2015
1 parent e5634e1 commit 709cfd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ploneintranet/workspace/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ def escape_id_to_class(cid):


def get_workspace_activities(brain, limit=1):
''' Return the workspace activities sorted by reverse chronological
""" Return the workspace activities sorted by reverse chronological
order
Regarding the time value:
- the datetime value contains the time in international format
(machine readable)
- the title value contains the absolute date and time of the post
'''
"""
# BBB: this is a mock!!!!
return [
{
Expand All @@ -87,8 +87,8 @@ def get_workspace_activities(brain, limit=1):


def my_workspaces(context):
''' The list of my workspaces
'''
""" The list of my workspaces
"""
pc = api.portal.get_tool('portal_catalog')
brains = pc(
portal_type="ploneintranet.workspace.workspacefolder",
Expand Down

0 comments on commit 709cfd4

Please sign in to comment.