Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
router_services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nova
router_services
Commits
f2b4dc0f
Commit
f2b4dc0f
authored
Dec 03, 2013
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shut pylint up a bit
parent
73b2797f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
clean_stale.py
clean_stale.py
+2
-2
No files found.
clean_stale.py
View file @
f2b4dc0f
...
...
@@ -5,9 +5,9 @@ from nova_router import neighbors
from
scvmm_client
import
odata
import
logging
try
:
from
configparser
import
SafeConfigParser
from
configparser
import
SafeConfigParser
#pylint: disable=F0401
except
ImportError
:
from
ConfigParser
import
SafeConfigParser
from
ConfigParser
import
SafeConfigParser
#pylint: disable=F0401
def
main
():
...
...
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