Skip to content

Commit 415943b

Browse files
committed
Fix import which was referencing ccm
1 parent 847b896 commit 415943b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)