cleaned, decorated, added headers to code source

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-03 21:18:58 +02:00
parent 5a34843836
commit 06a1c3bbed
10 changed files with 101 additions and 51 deletions
+7 -2
View File
@@ -1,6 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# @Author: Bachir Soussi Chiadmi <bach>
# @Date: 23-05-2017
# @Email: bachir@figureslibres.io
# @Filename: server.py
# @Last modified by: bach
# @Last modified time: 03-06-2017
# @License: GPL-V3
import sys, os
from socket import socket
@@ -8,9 +15,7 @@ import socketserver
import http.server
import threading
class Server():
def __init__(self, parent):
self.parent = parent