mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +00:00
* common.py: What is with this little dot?
This commit is contained in:
parent
e5052d74a8
commit
307417e56a
@ -101,7 +101,7 @@ def prepareLaunchpadCookie():
|
|||||||
ftstr = ["FALSE", "TRUE"]
|
ftstr = ["FALSE", "TRUE"]
|
||||||
|
|
||||||
# This shall be where our new cookie file lives - at ~/.lpcookie.txt
|
# 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.
|
# Open file for writing.
|
||||||
newLPCookie = open(newLPCookieLocation, 'w')
|
newLPCookie = open(newLPCookieLocation, 'w')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user