Add window.py import missed in refactoring

This commit is contained in:
Aldo Cortesi
2015-03-20 15:22:05 +13:00
parent c182133d64
commit b475c8d6ea

View File

@@ -1,4 +1,5 @@
import urwid
from . import common
class Window(urwid.Frame):
def __init__(self, master, body, header, footer):