mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
missing paren
This commit is contained in:
parent
155e0a5851
commit
cd264451b8
@ -35,7 +35,7 @@ class EntityTypeRegistry:
|
||||
filename = base + ".py"
|
||||
return filename
|
||||
|
||||
hv.hashFile(Filename.fromOsSpecific(getPyExtVersion(EntityTypes.__file__))
|
||||
hv.hashFile(Filename.fromOsSpecific(getPyExtVersion(EntityTypes.__file__)))
|
||||
s = str(hv.asHex())
|
||||
s += '.'
|
||||
hv.hashFile(Filename.fromOsSpecific(getPyExtVersion(self.entTypeModule.__file__)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user