Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mortada committed Sep 29, 2015
1 parent 00972a0 commit 1d3cd94
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fredapi/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -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 """

1 comment on commit 1d3cd94

@mortada
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@elmotec here's a link you might find helpful: http://pythontips.com/2013/07/28/what-is-__init__-py/

Please sign in to comment.