From 77513a24984d735fecabedd5c08c6b25e54d2e4b Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Fri, 26 Jan 2018 23:53:57 +0100 Subject: [PATCH] terrasync.py: update script header In particular, terrasync.py appears *not* to require dnspython. :-) --- scripts/python/terrasync.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/python/terrasync.py b/scripts/python/terrasync.py index 8fd2c0906..ff68d9fe1 100755 --- a/scripts/python/terrasync.py +++ b/scripts/python/terrasync.py @@ -1,6 +1,8 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # +# terrasync.py --- Synchronize TerraScenery data to your local disk +# # Copyright (C) 2016 Torsten Dreyer # # This program is free software; you can redistribute it and/or @@ -16,9 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# -# terrasync.py - synchronize terrascenery data to your local disk -# needs dnspython (pip install dnspython) import argparse import enum