Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
heyglen committed Jan 6, 2019
1 parent f421a5e commit 2c7d899
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/search/network/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2017 Glen Harmon

from .listener import FindSubnetCommand, NetworkInfoListener, NetworkCompletionListener # noqa
from .listener import FindSubnetCommand, NetworkInfoListener # noqa
1 change: 1 addition & 0 deletions messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
"2.19.0": "messages/2.19.0.md",
"2.20.0": "messages/2.20.0.md",
"2.21.0": "messages/2.21.0.md",
"2.21.1": "messages/2.21.1.md",
}
7 changes: 7 additions & 0 deletions messages/2.21.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# [2.21.1] - 2019-01-06


## Fixed

- Broken Network Info

2 changes: 1 addition & 1 deletion network_tech.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# from .lib.passwords import PasswordDecryptViewListener, DecodePasswordCommand # noqa
from .lib.passwords import DecodePasswordCommand # noqa
from .lib.detect_syntax import AutoSyntaxDetection # noqa
from .lib.search.network import FindSubnetCommand, NetworkInfoListener, NetworkCompletionListener # noqa
from .lib.search.network import FindSubnetCommand, NetworkInfoListener # noqa

logger = logging.getLogger('network_tech')
logger.handlers = []
Expand Down

0 comments on commit 2c7d899

Please sign in to comment.