]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/bqueue.py
- more python 3.x fixes
[tld-builder.git] / TLD_Builder / bqueue.py
index eab166d18c1dfdb9ce6c47cf6a0f7e281a32cad9..d5b183f8c8aac24fb85662c5af38012103380f7e 100644 (file)
@@ -128,7 +128,7 @@ class B_Queue:
         fcntl.flock(self.fd, fcntl.LOCK_UN)
 
     def write_signed(self, name):
-        sio = StringIO.StringIO()
+        sio = StringIO()
         self._write_to(sio)
         sio.seek(0)
         sio.write(gpg.sign(sio.read()))