We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0552 commit fbc131cCopy full SHA for fbc131c
1 file changed
ietf/secr/utils/group.py
@@ -27,7 +27,7 @@ def get_charter_text(group):
27
'''
28
charter = group.charter
29
path = os.path.join(settings.CHARTER_PATH, '%s-%s.txt' % (charter.canonical_name(), charter.rev))
30
- f = file(path,'r')
+ f = open(path,'r')
31
text = f.read()
32
f.close()
33
0 commit comments