Update imports, copyright notices.

This commit is contained in:
Simon Forman
2019-05-06 13:26:07 -07:00
parent d3b413493f
commit 9292d00534
9 changed files with 113 additions and 23 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Copyright © 2018 Simon Forman
# Copyright © 2019 Simon Forman
#
# This file is part of joy.py
#
@@ -18,7 +18,7 @@
# along with joy.py. If not see <http://www.gnu.org/licenses/>.
#
import pygame
from core import BACKGROUND, FOREGROUND
from joy.vui.core import BACKGROUND, FOREGROUND
class Viewer(object):