Skip to content

Commit

Permalink
products.py: remove dependency on pyftis
Browse files Browse the repository at this point in the history
  • Loading branch information
leejjoon committed Oct 21, 2014
1 parent c3178d9 commit ed9c5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/products.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import astropy.io.fits as pyfits

from pyfits import Card
Card = pyfits.Card

class PipelineImage(object):
def __init__(self, header, data):
Expand Down

0 comments on commit ed9c5ae

Please sign in to comment.