Skip to content
This repository has been archived by the owner on Dec 30, 2017. It is now read-only.

virtualenv compatibility #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion empyre
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import sqlite3, argparse, sys, argparse, logging, json, string, os, re, time, signal, copy, base64
from flask import Flask, request, jsonify, make_response, abort
Expand Down
1 change: 1 addition & 0 deletions setup/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ else
pip install pydispatcher
pip install macholib
pip install flask
pip install pyOpenSSL
fi

# set up the database schema
Expand Down
2 changes: 1 addition & 1 deletion setup/setup_database.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python

import sqlite3, os, string, hashlib
from Crypto.Random import random
Expand Down