Define source code encoding

stix2.1
Emmanuelle Vargas-Gonzalez 2017-10-24 12:53:53 -04:00
parent 7b6236674c
commit d4db4f0ab8
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
"""Functions to perform conversions between the different Confidence scales.
As specified in STIX Version 2.1. Part 1: STIX Core Concepts - Appendix B"""

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import datetime as dt
import pytest