* common.py: What is with this little dot?

This commit is contained in:
Jonathan Patrick Davies 2008-08-14 23:12:45 +01:00
parent e5052d74a8
commit 307417e56a

View File

@ -101,7 +101,7 @@ def prepareLaunchpadCookie():
ftstr = ["FALSE", "TRUE"]
# This shall be where our new cookie file lives - at ~/.lpcookie.txt
newLPCookieLocation = os.path.expanduser("~/lpcookie.txt")
newLPCookieLocation = os.path.expanduser("~/.lpcookie.txt")
# Open file for writing.
newLPCookie = open(newLPCookieLocation, 'w')