Skip to content

Commit

Permalink
fixed serialization issue: pep8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed May 12, 2014
1 parent 9ac2885 commit 95c5ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libnmap/reportjson.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python
import json
from libnmap.objects import NmapHost, NmapService, NmapReport
from libnmap.objects.os import *
from libnmap.objects.os import NmapOSFingerprint, NmapOSMatch, NmapOSClass
from libnmap.objects.os import CPE, OSFPPortUsed
from libnmap.parser import NmapParser


Expand Down

0 comments on commit 95c5ea5

Please sign in to comment.