Skip to content

Commit

Permalink
moved future imports to top
Browse files Browse the repository at this point in the history
  • Loading branch information
timothydmorton committed Sep 4, 2014
1 parent 4af0eb5 commit 0cd82fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.rst LICENSE
3 changes: 2 additions & 1 deletion isochrones/isochrones.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from __future__ import division,print_function

__author__ = 'Timothy D. Morton <tim.morton@gmail.com>'
"""
"""

from __future__ import division,print_function
import numpy as np
import os,sys,re,os.path

Expand Down

0 comments on commit 0cd82fc

Please sign in to comment.