Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e7a73286
authored
Sep 03, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client: flake8 correction
parent
48fc4f71
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
src/iss/installer/win_install.py
+6
-6
src/python/win_install.py
+6
-6
No files found.
src/iss/installer/win_install.py
View file @
e7a73286
...
@@ -136,8 +136,8 @@ def main():
...
@@ -136,8 +136,8 @@ def main():
shutil
.
copy
(
location
,
args
.
location
)
shutil
.
copy
(
location
,
args
.
location
)
print
"Creating custom URL protocol handlers"
print
"Creating custom URL protocol handlers"
try
:
try
:
custom_ssh
=
OrderedDict
(
custom_ssh
=
OrderedDict
(
[
[
(
'ssh'
,
[
"default"
,
(
'ssh'
,
[
"default"
,
"URL:ssh Protocol"
,
"URL:ssh Protocol"
,
"URL Protocol"
,
"URL Protocol"
,
""
]),
""
]),
...
@@ -147,8 +147,8 @@ def main():
...
@@ -147,8 +147,8 @@ def main():
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
+
"cloud.py
\"
\"
%1
\"
"
}})])
+
"cloud.py
\"
\"
%1
\"
"
}})])
custom_protocol_register
(
custom_ssh
)
custom_protocol_register
(
custom_ssh
)
custom_rdp
=
OrderedDict
(
custom_rdp
=
OrderedDict
(
[
[(
'rdp'
,
[
"default"
,
(
'rdp'
,
[
"default"
,
"URL:rdp Protocol"
,
"URL:rdp Protocol"
,
"URL Protocol"
,
"URL Protocol"
,
""
]),
""
]),
...
@@ -158,8 +158,8 @@ def main():
...
@@ -158,8 +158,8 @@ def main():
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
+
"cloud.py
\"
\"
%1
\"
"
}})])
+
"cloud.py
\"
\"
%1
\"
"
}})])
custom_protocol_register
(
custom_rdp
)
custom_protocol_register
(
custom_rdp
)
custom_nx
=
OrderedDict
(
custom_nx
=
OrderedDict
(
[
[
(
'nx'
,
[
"default"
,
(
'nx'
,
[
"default"
,
"URL:nx Protocol"
,
"URL:nx Protocol"
,
"URL Protocol"
,
"URL Protocol"
,
""
]),
""
]),
...
...
src/python/win_install.py
View file @
e7a73286
...
@@ -136,8 +136,8 @@ def main():
...
@@ -136,8 +136,8 @@ def main():
shutil
.
copy
(
location
,
args
.
location
)
shutil
.
copy
(
location
,
args
.
location
)
print
"Creating custom URL protocol handlers"
print
"Creating custom URL protocol handlers"
try
:
try
:
custom_ssh
=
OrderedDict
(
custom_ssh
=
OrderedDict
(
[
[
(
'ssh'
,
[
"default"
,
(
'ssh'
,
[
"default"
,
"URL:ssh Protocol"
,
"URL:ssh Protocol"
,
"URL Protocol"
,
"URL Protocol"
,
""
]),
""
]),
...
@@ -147,8 +147,8 @@ def main():
...
@@ -147,8 +147,8 @@ def main():
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
+
"cloud.py
\"
\"
%1
\"
"
}})])
+
"cloud.py
\"
\"
%1
\"
"
}})])
custom_protocol_register
(
custom_ssh
)
custom_protocol_register
(
custom_ssh
)
custom_rdp
=
OrderedDict
(
custom_rdp
=
OrderedDict
(
[
[(
'rdp'
,
[
"default"
,
(
'rdp'
,
[
"default"
,
"URL:rdp Protocol"
,
"URL:rdp Protocol"
,
"URL Protocol"
,
"URL Protocol"
,
""
]),
""
]),
...
@@ -158,8 +158,8 @@ def main():
...
@@ -158,8 +158,8 @@ def main():
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
'command'
:
"
\"
pythonw.exe
\"
\"
%
s"
%
args
.
location
+
"cloud.py
\"
\"
%1
\"
"
}})])
+
"cloud.py
\"
\"
%1
\"
"
}})])
custom_protocol_register
(
custom_rdp
)
custom_protocol_register
(
custom_rdp
)
custom_nx
=
OrderedDict
(
custom_nx
=
OrderedDict
(
[
[
(
'nx'
,
[
"default"
,
(
'nx'
,
[
"default"
,
"URL:nx Protocol"
,
"URL:nx Protocol"
,
"URL Protocol"
,
"URL Protocol"
,
""
]),
""
]),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment