Skip to content

Commit

Permalink
[ALL] Moved comment around...
Browse files Browse the repository at this point in the history
  • Loading branch information
jonte committed Nov 21, 2009
1 parent 82ff3bf commit a847c99
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions amsn2/backend/defaultaccountbackend.py
Expand Up @@ -170,12 +170,13 @@ def removeAccount(self, email):
os.rmdir(os.path.join(root, subdir))
os.rmdir(accdir)

"""
Get location of display picture. A SHA sum is included in the filename,
this is converted to hex.
@return: string with filename.
"""

def getFileLocationDP(self, email, uid, shac):
"""
Get location of display picture. A SHA sum is included in the filename,
this is converted to hex.
@return: string with filename.
"""
dir = os.path.join(self.dps_dir, self._getDir(email))
if not os.path.isdir(dir):
os.makedirs(dir, 0700)
Expand Down

0 comments on commit a847c99

Please sign in to comment.