Skip to content

Commit 56e13d8

Browse files
TobiasTobias
authored andcommitted
trailing whitespace removed
1 parent 1f996c8 commit 56e13d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

virtualenvwrapper/user_scripts.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_global(script_name, *args):
5858
PERMISSIONS_SOURCED = PERMISSIONS \
5959
& ~ ( # remove executable bits for
6060
stat.S_IXUSR # ... user
61-
| stat.S_IXGRP # ...
61+
| stat.S_IXGRP # ...
6262
| stat.S_IXOTH)
6363

6464

@@ -78,7 +78,7 @@ def run_global(script_name, *args):
7878

7979
# cpvirtualenv:
8080
# precpvirtualenv <old> <new> (run),
81-
# postcpvirtualenv (sourced)
81+
# postcpvirtualenv (sourced)
8282

8383
# rmvirtualenv
8484
("prermvirtualenv",
@@ -103,7 +103,7 @@ def run_global(script_name, *args):
103103

104104
# mkproject:
105105
# premkproject <new project name> (run),
106-
# postmkproject (sourced)
106+
# postmkproject (sourced)
107107

108108
# get_env_details
109109
("get_env_details",
@@ -155,7 +155,7 @@ def make_hook(filename, comment):
155155
f = open(filename, 'w')
156156
try:
157157
# for sourced scripts, the shebang line won't be used;
158-
# it is useful for editors to recognize the file type, though
158+
# it is useful for editors to recognize the file type, though
159159
f.write("#!%(shell)s\n# %(comment)s\n\n" % {
160160
'comment': comment,
161161
'shell': os.environ.get('SHELL', '/bin/sh'),

0 commit comments

Comments
 (0)