1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/src/__init__.py
2012-05-01 19:21:21 +07:00

14 lines
180 B
Python

# -*- coding: utf-8 -*-
"""
General configuration and imports gathering.
"""
import os
import sys
import settings
from paste import Paste
from utils import drop_privileges