From 08f8e748f35907a0e2934fa4587a89313f9b6f56 Mon Sep 17 00:00:00 2001 From: Andrew Buss Date: Mon, 4 May 2015 17:29:13 -0700 Subject: [PATCH] removed name from __init__ files --- flashcards/management/__init__.py | 1 - flashcards/management/commands/__init__.py | 1 - schedule_scraper/__init__.py | 1 - 3 files changed, 3 deletions(-) diff --git a/flashcards/management/__init__.py b/flashcards/management/__init__.py index a9ada3d..e69de29 100644 --- a/flashcards/management/__init__.py +++ b/flashcards/management/__init__.py @@ -1 +0,0 @@ -__author__ = 'andrew' diff --git a/flashcards/management/commands/__init__.py b/flashcards/management/commands/__init__.py index a9ada3d..e69de29 100644 --- a/flashcards/management/commands/__init__.py +++ b/flashcards/management/commands/__init__.py @@ -1 +0,0 @@ -__author__ = 'andrew' diff --git a/schedule_scraper/__init__.py b/schedule_scraper/__init__.py index a9ada3d..e69de29 100644 --- a/schedule_scraper/__init__.py +++ b/schedule_scraper/__init__.py @@ -1 +0,0 @@ -__author__ = 'andrew' -- 1.9.1