Fix flake8 issues.

This commit is contained in:
Glenn Johnson
2016-07-25 11:29:31 -05:00
parent eb865b0df2
commit a57d94af03
2 changed files with 6 additions and 3 deletions

View File

@@ -23,10 +23,11 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
##############################################################################
from spack import *
import re
class PyPytables(Package):
"""PyTables is a package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data."""
"""PyTables is a package for managing hierarchical datasets and designed to
efficiently and easily cope with extremely large amounts of data."""
homepage = "http://www.pytables.org/"
url = "https://github.com/PyTables/PyTables/archive/v.3.2.2.tar.gz"