Fix conflict

websockets-multiuser
xorrior 2017-10-12 12:21:37 -04:00
parent 4aea7272f0
commit 442fbbb86d
1 changed files with 0 additions and 6 deletions

6
empire
View File

@ -4,17 +4,11 @@ import sqlite3, argparse, sys, argparse, logging, json, string
import os, re, time, signal, copy, base64, pickle
from flask import Flask, request, jsonify, make_response, abort, url_for
from time import localtime, strftime, sleep
<<<<<<< HEAD
import hashlib
from OpenSSL import SSL
from Crypto.Random import random
import ssl
=======
from OpenSSL import SSL
from Crypto.Random import random
import ssl
>>>>>>> master
# Empire imports
from lib.common import empire
from lib.common import helpers