Skip to content

Commit

Permalink
Removed unused import in shopui that was causing problems on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwvhewitt committed Nov 1, 2024
1 parent 3dc9ed6 commit 8ee496d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions game/shopui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import pbge
import gears
from main import draw_border
from pbge import my_state
from . import actions
import pygame
Expand Down Expand Up @@ -158,8 +157,8 @@ class NoCustomerPanelIP(gears.info.InfoPanel):

class CustomerPanelWidget(pbge.widgets.ColumnWidget):
'''
Displays the panel at the upper right, where the shopkeeper
and what the shopkeeper says is displayed.
Displays the panel at the upper left, where the customer
and customer info is displayed.
'''

def __init__(self, camp: gears.GearHeadCampaign, refresh_lists_fun, open_backpack_fun):
Expand Down

0 comments on commit 8ee496d

Please sign in to comment.