Skip to content

Commit

Permalink
Merge pull request #24 from allfro/patch-1
Browse files Browse the repository at this point in the history
Export `NmapProcess` only.
  • Loading branch information
savon-noir committed Apr 22, 2014
2 parents e47a442 + d90c1db commit 371e847
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libnmap/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
except ImportError:
from queue import Queue, Empty, Full

__all__ = [
'NmapProcess'
]


class NmapProcess(Thread):
"""
Expand Down

0 comments on commit 371e847

Please sign in to comment.