Skip to content
Open
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
6 changes: 6 additions & 0 deletions gopherus.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/python2
import argparse
import sys
import readline # see below
# solve: https://bugs.python.org/issue45511
# need ncurses lib (-lncurses)
# ubuntu/debian:
# sudo apt-get install libncurses5-dev libncursesw5-dev

sys.path.insert(0,'./scripts/')
from scripts import FastCGI, MySQL, PostgreSQL, DumpMemcached, PHPMemcached, PyMemcached, RbMemcached, Redis, SMTP, Zabbix

Expand Down