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