mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-18 12:36:25 +00:00
Fix for #416
This commit is contained in:
parent
c979b33040
commit
e055731003
@ -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.
|
||||
|
2
check.py
2
check.py
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# Copyright (C) 2015 GNS3 Technologies Inc.
|
||||
#
|
||||
|
@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright (C) 2016 GNS3 Technologies Inc.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user