summaryrefslogtreecommitdiffstats
path: root/extract_pei.py
diff options
context:
space:
mode:
Diffstat (limited to 'extract_pei.py')
-rwxr-xr-xextract_pei.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/extract_pei.py b/extract_pei.py
index 5efcc0b..9b82be6 100755
--- a/extract_pei.py
+++ b/extract_pei.py
@@ -1,14 +1,14 @@
#!/usr/bin/env python3
-# -*- coding: utf-8 -*-
+#
+# Copyright (c) 2016 Aaron LI
+# MIT license
#
# Extract the power excess index (PEI) results.
#
-# Aaron LI
# Created: 2016-04-29
#
import sys
-import os
import json
import csv
import argparse
@@ -50,4 +50,3 @@ def main():
if __name__ == "__main__":
main()
-