From 1d3cd9499b45e421de980e112696bd1a7d7f6744 Mon Sep 17 00:00:00 2001 From: Mortada Mehyar Date: Tue, 29 Sep 2015 08:54:25 -0700 Subject: [PATCH] minor cleanup --- fredapi/tests/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/fredapi/tests/__init__.py b/fredapi/tests/__init__.py index 2009916..6cb77f9 100644 --- a/fredapi/tests/__init__.py +++ b/fredapi/tests/__init__.py @@ -1,4 +1 @@ -#!/usr/bin/env python -# encoding: utf-8 - -# This file is needed by Python 2.7 to figure that tests is a package. +""" this file is needed for python to consider this directory a module """