This commit is contained in:
adosztal 2019-04-17 07:46:58 +02:00
parent c979b33040
commit e055731003
3 changed files with 3 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Check appliance files
.. code:: bash
python check.py
python3 check.py
python3 check_urls.py
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.
#

View File

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