changes to appease flake8 for lua-luaposix package

This commit is contained in:
Tom Scogland 2016-05-14 17:38:32 -07:00
parent 21161a60ff
commit 0668b6d7ba

View file

@ -1,6 +1,7 @@
from spack import *
import glob
class LuaLuaposix(Package):
"""Lua posix bindings, including ncurses"""
homepage = "https://github.com/luaposix/luaposix/"