diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 2eb88c7..e5e7937 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -42,4 +42,4 @@ given below. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.4.0a5.dev9" +__version__ = "0.4.0a6" diff --git a/naxalnet/scripts.py b/naxalnet/scripts.py index 6025752..89dd382 100644 --- a/naxalnet/scripts.py +++ b/naxalnet/scripts.py @@ -63,7 +63,7 @@ def any_interface_is_routable(): logger.debug("Adding temporary config %s", i) networkd.add_config(i) # Then, wait for some time to setup the network. - # This should be replaced by a d-bus wait-for-signal + # This can probably be replaced by a d-bus wait-for-signal # function that timeouts after 10 seconds. time.sleep(10) routable = networkd.is_routable()