Skip to content

Commit

Permalink
#361 use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Feb 8, 2020
1 parent 8608a17 commit f74d6b0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion analyzers/MaxMind/MaxMind_GeoIP.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MaxMind_GeoIP",
"version": "3.0",
"version": "4.0",
"author": "CERT-BDF",
"url": "https://github.com/TheHive-Project/Cortex-Analyzers",
"license": "AGPL-V3",
Expand Down
2 changes: 1 addition & 1 deletion analyzers/MaxMind/geo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# encoding: utf-8
import os
import geoip2.database
Expand Down
2 changes: 1 addition & 1 deletion analyzers/MaxMind/ipaddr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/python3
#
# Copyright 2007 Google Inc.
# Licensed to PSF under a Contributor Agreement.
Expand Down

0 comments on commit f74d6b0

Please sign in to comment.