Ejecutable en windows

Modificaciones para crear el ejecutable en windows
This commit is contained in:
Intel1
2018-08-14 15:47:35 -05:00
parent 4ac77a3307
commit 9929913a48
6 changed files with 30 additions and 3 deletions

View File

@@ -1,10 +1,12 @@
# -*- coding: utf-8 -*-
import os
import random
import re
import threading
import time
import traceback
from platformcode import platformtools
from BaseHTTPServer import HTTPServer
from HTTPWebSocketsHandler import HTTPWebSocketsHandler