#!@PYTHON@
# This file is part of GNUnet.
-# (C) 2010 Christian Grothoff (and other contributing authors)
+# (C) 2010, 2018 Christian Grothoff (and other contributing authors)
#
# GNUnet is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
import subprocess
import re
import shutil
+try:
+ reload
+except NameError:
+ # python3.4:
+ from importlib import reload
# Force encoding to utf-8, as this test otherwise fails
# on some systems (see #5094).