Skip to content

Commit f74d6b0

Browse files
committed
#361 use python3
1 parent 8608a17 commit f74d6b0

5 files changed

Lines changed: 3 additions & 3 deletions

File tree

analyzers/MaxMind/MaxMind_GeoIP.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MaxMind_GeoIP",
3-
"version": "3.0",
3+
"version": "4.0",
44
"author": "CERT-BDF",
55
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
66
"license": "AGPL-V3",

analyzers/MaxMind/geo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33
import os
44
import geoip2.database

analyzers/MaxMind/ipaddr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/python3
22
#
33
# Copyright 2007 Google Inc.
44
# Licensed to PSF under a Contributor Agreement.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)