eric6/WebBrowser/FlashCookieManager/FlashCookieUtilities.py

changeset 7249
0bf517e60f54
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7248:60b48ab891fa 7249:0bf517e60f54
51 flashPath = os.path.expanduser("~/.macromedia/Flash_Player") 51 flashPath = os.path.expanduser("~/.macromedia/Flash_Player")
52 elif os.path.exists(os.path.expanduser("~/.gnash")): 52 elif os.path.exists(os.path.expanduser("~/.gnash")):
53 flashPath = os.path.expanduser("~/.gnash") 53 flashPath = os.path.expanduser("~/.gnash")
54 54
55 return flashPath 55 return flashPath
56
57 #
58 # eflag: noqa = M891

eric ide

mercurial