3 lines
110 B
Python
3 lines
110 B
Python
def test_import():
|
|
# [bug] make sure the coffin.views module is importable.
|
|
from coffin import views |