From 97c7a2fd87b99fe5706517373d378c4190fbe6a4 Mon Sep 17 00:00:00 2001
From: wookey <devnull@localhost>
Date: Tue, 2 Jul 2013 00:34:58 +0100
Subject: [PATCH] Add 'people' option to DatabaseReset.py, to read in just the
 folk list after update. Not sure that it actually works mind...

---
 databaseReset.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databaseReset.py b/databaseReset.py
index 9ba336c..a82536e 100644
--- a/databaseReset.py
+++ b/databaseReset.py
@@ -191,6 +191,8 @@ if __name__ == "__main__":
         make_dirs()
         pageredirects()
         import_caves()
+    elif "people" in sys.argv:
+        import_people()
     elif "QMs" in sys.argv:
         import_QMs()
     elif "tunnel" in sys.argv: