kmpm hace 8 años
padre
commit
4ed0276fa1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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):