Skip to content

Commit

Permalink
email should already be a python string
Browse files Browse the repository at this point in the history
  • Loading branch information
borisfaure committed Apr 9, 2010
1 parent 82a56f5 commit e68eef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion amsn2/backend/defaultaccountbackend.py
Expand Up @@ -186,5 +186,4 @@ def get_file_location_DP(self, email, uid, shac):
return os.path.join(dir, shac.encode("hex")+".img")

def _get_dir(self, email):
email = str(email)
return email.lower().strip().replace("@","_at_")

0 comments on commit e68eef1

Please sign in to comment.