add newsfile

This commit is contained in:
Jens W. Klein 2022-05-02 00:43:21 +02:00
parent f443deacbd
commit bcb9315772
2 changed files with 3 additions and 1 deletions

2
news/195.breaking Normal file
View File

@ -0,0 +1,2 @@
Code style black & isort. Remove six usage. Use plone.base and move annotation key over to here.
[jensens]

View File

@ -28,9 +28,9 @@ from zope.publisher.browser import TestRequest
from zope.publisher.interfaces.browser import IBrowserRequest from zope.publisher.interfaces.browser import IBrowserRequest
from ZPublisher.HTTPRequest import FileUpload from ZPublisher.HTTPRequest import FileUpload
import io
import time import time
import unittest import unittest
import io
TEXT = b"file data" TEXT = b"file data"