From 73b3c257e339985f2ab009c3ccf9a74be9e1d134 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 19 Nov 2013 15:34:01 -0800 Subject: [PATCH] Changed shortcuts from being a package to just being a module --- django/{shortcuts/__init__.py => shortcuts.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename django/{shortcuts/__init__.py => shortcuts.py} (100%) diff --git a/django/shortcuts/__init__.py b/django/shortcuts.py similarity index 100% rename from django/shortcuts/__init__.py rename to django/shortcuts.py