summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-07-16 17:43:36 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-07-16 17:43:36 +0000
commit1b22c0c79c9f3b3b9e8112d7e060e85e670b9027 (patch)
tree222a05d30763b4a72d91ca3d9ac5302e39be0550
parentAdd a python script that creates the planet/universe configs (diff)
downloadplanet-1b22c0c79c9f3b3b9e8112d7e060e85e670b9027.tar.gz
planet-1b22c0c79c9f3b3b9e8112d7e060e85e670b9027.tar.bz2
planet-1b22c0c79c9f3b3b9e8112d7e060e85e670b9027.zip
Add a small header to adduser.py script
-rw-r--r--adduser.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/adduser.py b/adduser.py
index c0b9627..0a4f8c2 100644
--- a/adduser.py
+++ b/adduser.py
@@ -1,5 +1,13 @@
#!/usr/bin/env python
+# A simple help script to create a new planet/universe config for a new user
+# Run it inside the planet/ topdir
+# WARNING: Always check the changes that are made by this script before commiting
+# Many thanks to Arfrever Frehtes Taifersar Arahesis (arfrever@gentoo.org) for his suggestions
+
+# Author: Theo Chatzimichos <tampakrap@gentoo.org>
+# Feel free to contact me via IRC or email
+
import sys
import hashlib