Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Boris Kocherov
slapos
Commits
48ce8d50
Commit
48ce8d50
authored
13 years ago
by
Antoine Catton
Browse files
Options
Download
Email Patches
Plain Diff
Refactor urlparse_ into _urlparse which is more pythonic.
parent
bc9ce844
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
setup.py
setup.py
+1
-1
slapos/recipe/_urlparse.py
slapos/recipe/_urlparse.py
+0
-0
No files found.
setup.py
View file @
48ce8d50
...
...
@@ -90,7 +90,7 @@ setup(name=name,
'sshkeys_authority.request = slapos.recipe.sshkeys_authority:Request'
,
'stunnel = slapos.recipe.stunnel:Recipe'
,
'testnode = slapos.recipe.testnode:Recipe'
,
'urlparse = slapos.recipe.urlparse
_
:Recipe'
,
'urlparse = slapos.recipe.
_
urlparse:Recipe'
,
'vifib = slapos.recipe.vifib:Recipe'
,
'xwiki = slapos.recipe.xwiki:Recipe'
,
'zabbixagent = slapos.recipe.zabbixagent:Recipe'
,
...
...
This diff is collapsed.
Click to expand it.
slapos/recipe/urlparse
_
.py
→
slapos/recipe/
_
urlparse.py
View file @
48ce8d50
File moved
This diff is collapsed.
Click to expand it.
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