documentation theme update, version bumping to 5.0, changes to cleanup pass for ns3 code

This commit is contained in:
Blake J. Harnden 2017-08-17 15:25:12 -07:00
parent 340b37444b
commit 8155cdc617
14 changed files with 54 additions and 52 deletions

View file

@ -30,7 +30,7 @@ def add_to_server(session):
"""
global server
try:
server.addsession(session)
server.add_session(session)
return True
except NameError:
return False