mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
commit
97ebb499fd
@ -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.
|
||||||
|
2
check.py
2
check.py
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# Copyright (C) 2015 GNS3 Technologies Inc.
|
# Copyright (C) 2015 GNS3 Technologies Inc.
|
||||||
#
|
#
|
||||||
|
@ -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.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user