From fd22793e8b539958a025d4db5cdc947c460fea43 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sun, 6 Jul 2014 22:38:50 +0200 Subject: [PATCH] removed bin folder --- .gitignore | 1 + bin/uberwriter | 47 ----------------------------------------------- bin/uberwriterc | Bin 1202 -> 0 bytes 3 files changed, 1 insertion(+), 47 deletions(-) delete mode 100755 bin/uberwriter delete mode 100644 bin/uberwriterc diff --git a/.gitignore b/.gitignore index 55a411a..48c1cbd 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build/share debian/uberwriter/DEBIAN debian/uberwriter/opt debian/uberwriter/usr +bin/ diff --git a/bin/uberwriter b/bin/uberwriter deleted file mode 100755 index 949f723..0000000 --- a/bin/uberwriter +++ /dev/null @@ -1,47 +0,0 @@ -#!/usr/bin/python3 -# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*- -### BEGIN LICENSE -# Copyright (C) 2012, Wolf Vollprecht -# This program is free software: you can redistribute it and/or modify it -# under the terms of the GNU General Public License version 3, as published -# by the Free Software Foundation. -# -# This program is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranties of -# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR -# PURPOSE. See the GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program. If not, see . -### END LICENSE - -### DO NOT EDIT THIS FILE ### - -import sys -import os - -import locale -locale.textdomain('uberwriter') - -# Add project root directory (enable symlink and trunk execution) -PROJECT_ROOT_DIRECTORY = os.path.abspath( - os.path.dirname(os.path.dirname(os.path.realpath(sys.argv[0])))) - -python_path = [] -if os.path.abspath(__file__).startswith('/opt'): - locale.bindtextdomain('uberwriter', '/opt/extras.ubuntu.com/uberwriter/share/locale') - syspath = sys.path[:] # copy to avoid infinite loop in pending objects - for path in syspath: - opt_path = path.replace('/usr', '/opt/extras.ubuntu.com/uberwriter') - python_path.insert(0, opt_path) - sys.path.insert(0, opt_path) - os.putenv("XDG_DATA_DIRS", "%s:%s" % ("/opt/extras.ubuntu.com/uberwriter/share/", os.getenv("XDG_DATA_DIRS", "/usr/local/share/:/usr/share/"))) -if (os.path.exists(os.path.join(PROJECT_ROOT_DIRECTORY, 'uberwriter')) - and PROJECT_ROOT_DIRECTORY not in sys.path): - python_path.insert(0, PROJECT_ROOT_DIRECTORY) - sys.path.insert(0, PROJECT_ROOT_DIRECTORY) -if python_path: - os.putenv('PYTHONPATH', "%s:%s" % (os.getenv('PYTHONPATH', ''), ':'.join(python_path))) # for subprocesses - -import uberwriter -uberwriter.main() diff --git a/bin/uberwriterc b/bin/uberwriterc deleted file mode 100644 index 8fc0996939863bbc655f9f67dbc660aa9719bf8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1202 zcma)5&2G~`5T13?q;Zq9l#&)9kb0;TBvea?Q~429gD4!DD2)WQge)gJP1ZPe*j+d6 zxfh;R91%|}q&J(D_nmLWC zz>5aR9cHL%hKjGiwL@%FsR&Q}I$RzB)}i&~CHO@^Qm_uZ1iWm*{0%@CqI-rCHpN!~D;3TdBJXdnxnxw>ma|arRHG#RttvPrANEtK&I|Z3AGIMcX%V5j}f8{oR z?lM(fkU#7QNd&b`HAoOCAY3zfybcjjxn>+oYG$|80KWm)fM^@80T^A}X>*-!Qv9Xo zM7spDKFX;S8l@l$RFM`hooKZ`10GLIuPpCvlmAEaaNCdX5wP@)&7gD}QCH&asW z-X&MpDC%?Teb74W9R{rr-BYzfo;`K2r&RMU6=v+}u?Z<*u6NU_H4$+iB;lcicYd z9QKYi#e=4g84j8|1{P>hS4umyr%IP-%UiOEnkK;0aVQdPrZWlkNSpse*jEe8g-pUR z>Q(Yf3}bs>qC+{n&27zT) zI+R*X1(DY2tS=J2B*^F>0c)AY&2_-dqK?V*M(G&6X&Rq<9hnYgI3{!H)3||wNMey-Fp+p6aOzPHOM!M~ xuf{3QVtlhjh1D}!s;uf%S*=iEFPsv4#5S1AYHXACZT6JyvUNfYR$|X7>K|dR5h?%x