pep8 compliance: E401 multiple imports on one line

This commit is contained in:
David Sowder 2012-02-21 18:02:34 -06:00
parent b48430cc3f
commit 75a1668250

View File

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*-
import os, sys
import os
import sys
import pygame
from pygame.locals import RLEACCEL