terrasync.py: update script header
In particular, terrasync.py appears *not* to require dnspython. :-)
This commit is contained in:
parent
8693e442d7
commit
77513a2498
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue