瀏覽代碼

file header

kmpm 8 年之前
父節點
當前提交
4ed0276fa1
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/exceptions.py

+ 2 - 1
lib/exceptions.py

@@ -1,4 +1,5 @@
-
+# -*- coding: utf-8 -*-
+# Copyright (C) 2015-2016 Peter Magnusson <peter@birchroad.net>
 
 class CommunicationTimeout(Exception):
     def __init__(self, message, buffer):