Commit 0b775412 authored by Vincent Pelletier's avatar Vincent Pelletier

ZSQLCatalog: Remove unneeded "global" keyword.

parent 6c2f386c
......@@ -1186,7 +1186,6 @@ class Catalog(Folder,
security.declarePrivate('getUIDBuffer')
def getUIDBuffer(self, force_new_buffer=False):
global global_uid_buffer_dict
klass = self.__class__
assert klass._reserved_uid_lock.locked()
assert getattr(self, 'aq_base', None) is not None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment