Changeset 03fd566 in trunk


Ignore:
Timestamp:
2020-09-17T16:37:10Z (4 years ago)
Author:
Itamar Turner-Trauring <itamar@…>
Branches:
master
Children:
9818512
Parents:
cecbc26
Message:

Fix flake error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/storage/server.py

    rcecbc26 r03fd566  
    77from __future__ import unicode_literals
    88
    9 from future.utils import bytes_to_native_str, PY2, native_str_to_bytes
     9from future.utils import bytes_to_native_str, PY2
    1010if PY2:
    1111    # Omit open() to get native behavior where open("w") always accepts native
Note: See TracChangeset for help on using the changeset viewer.