Set initial 'running' attribute in Network class
authorJud Stephenson <Jud@users.noreply.github.com>
Sun, 8 Dec 2013 22:08:06 +0000 (17:08 -0500)
committerJud Stephenson <Jud@users.noreply.github.com>
Sun, 8 Dec 2013 22:08:06 +0000 (17:08 -0500)
commit03a6791bcb647d36016a9ff794d08f43bf0eb805
tree5df8c5afe9c2e60cdca8fbbee1393440f66c99ed
parent3fc7d0ef9e34465a47017ffa1f567d829aa0f2a2
Set initial 'running' attribute in Network class

This was causing a AttributeError when network.is_running() was called before the network was started.
lib/network.py