Implemented "mark all as read".
[straw.git] / straw / defs.py.in
blobe891d7f43d81b1e8eb07963b4eada2f28105c633
1 # scripts/straw-local fakes this module for uninstalled execution
2 BIN_DIR = "@BINDIR@"
3 DATA_DIR = "@DATADIR@"
4 LIB_DIR = "@LIBDIR@"
5 VERSION = "@VERSION@"
6 PACKAGE = "@PACKAGE@"
7 PYTHONDIR = "@PYTHONDIR@"
8 STRAW_HOME = "@STRAW_HOME@"
9 STRAW_DATA_DIR = "@DATADIR@/@PACKAGE@"