コード例 #1
0
ファイル: atlas.py プロジェクト: khanku/bgp-ranking
 def __init__(self, raw_dir):
     IPUpdate.__init__(self)
     self.module_type = 2
     self.directory = os.path.join(raw_dir, self.directory)
コード例 #2
0
ファイル: shadowserver.py プロジェクト: khanku/bgp-ranking
 def __init__(self):
     """
     Set the type to 2 
     """
     IPUpdate.__init__(self)
     self.module_type = 2