From: Ben Finney Date: Sat, 13 Feb 2016 10:19:58 +0000 (+1100) Subject: Move the code examples to a non-package directory. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=69e01c517e3e33f26737e517b62bb06ac18bf1cc;p=redacted-XKCD-password-generator.git Move the code examples to a non-package directory. Code examples are intended for direct inspection by the end user, not for import as modules from the distribution. Move the code examples to a separate top-level ‘examples/’ directory. --- diff --git a/xkcdpass/example_import.py b/examples/example_import.py similarity index 100% rename from xkcdpass/example_import.py rename to examples/example_import.py diff --git a/xkcdpass/example_json.py b/examples/example_json.py similarity index 100% rename from xkcdpass/example_json.py rename to examples/example_json.py