소스 검색

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):