Skip to content

Commit a9db20e

Browse files
committed
Added a utf-8 encoding setting, in case the autogenerated datetime string from the $ keyword uses a non-ascii locale.
- Legacy-Id: 12322
1 parent b650356 commit a9db20e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Copyright The IETF Trust 2007, All Rights Reserved
2+
# -*- coding: utf-8 -*-
3+
24
import checks # pyflakes:ignore
35

46
# Don't add patch number here:

0 commit comments

Comments
 (0)