Merge pull request #418 from adosztal/master

Fix for #416
This commit is contained in:
Jeremy Grossmann 2019-04-17 15:05:37 +09:00 committed by GitHub
commit 97ebb499fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Check appliance files
.. code:: bash .. code:: bash
python check.py python3 check.py
python3 check_urls.py python3 check_urls.py
If `imagemagick` is installed, it will be used to check the symbol properties. If `imagemagick` is installed, it will be used to check the symbol properties.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python #!/usr/bin/env python3
# #
# Copyright (C) 2015 GNS3 Technologies Inc. # Copyright (C) 2015 GNS3 Technologies Inc.
# #

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# -*- coding: utf-8 -*-
# #
# Copyright (C) 2016 GNS3 Technologies Inc. # Copyright (C) 2016 GNS3 Technologies Inc.
# #