From: Lowe Thiderman Date: Tue, 27 May 2014 21:51:36 +0000 (+0200) Subject: Move main file into a module X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ff11af07804f7a7767acd2505bc55ac2d12735ac;p=redacted-XKCD-password-generator.git Move main file into a module --- diff --git a/xkcdpass/__init__.py b/xkcdpass/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/xkcd_password.py b/xkcdpass/xkcd_password.py similarity index 100% rename from xkcd_password.py rename to xkcdpass/xkcd_password.py