From 75a16682502ba982988e289222e72d13d832f3f7 Mon Sep 17 00:00:00 2001 From: David Sowder Date: Tue, 21 Feb 2012 18:02:34 -0600 Subject: [PATCH] pep8 compliance: E401 multiple imports on one line --- albow/resource.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/albow/resource.py b/albow/resource.py index e738c23..6567d49 100644 --- a/albow/resource.py +++ b/albow/resource.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- -import os, sys +import os +import sys import pygame from pygame.locals import RLEACCEL