Example #1
0
def maxmind_updater():
    maxmind.updater({})
Example #2
0
 def test_maxmind_updater(self):
     db_file_path = maxmind.updater({})
     self.assertTrue(os.path.exists(db_file_path))