Skip to content

Commit 407548f

Browse files
committed
Fix import which was referencing ccm
1 parent ea8bfc0 commit 407548f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_actr/display/pygame/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import pygame
22
import time
3-
from ccm.display.pygame import render
3+
from python_actr.display.pygame import render
44

55
class PygameDisplay:
66
def __init__(self,obj,width=640,height=480,full=False,title='CCMSuite3',background='#CCCCCC'):

0 commit comments

Comments
 (0)