public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gentoo-packages:master commit in: gpackages/main/, gpackages/libs/
@ 2012-05-28 17:00 Slava Bacherikov
  0 siblings, 0 replies; only message in thread
From: Slava Bacherikov @ 2012-05-28 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4298c316f7b0422181ace91cd21498212efbd072
Author:     Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Mon May 28 10:48:42 2012 +0000
Commit:     Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Mon May 28 10:48:42 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=4298c316

Add libs to sys.path

---
 gpackages/main/settings.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gpackages/libs/__init__.py b/gpackages/libs/__init__.py
new file mode 100644
index 0000000..e69de29

diff --git a/gpackages/main/settings.py b/gpackages/main/settings.py
index d8c39d5..86bad69 100644
--- a/gpackages/main/settings.py
+++ b/gpackages/main/settings.py
@@ -5,6 +5,7 @@ import sys
 MAIN_ROOT = os.path.normpath(os.path.dirname(__file__))
 PROJECT_ROOT = os.path.dirname(MAIN_ROOT)
 
+sys.path.insert(0, os.path.join(PROJECT_ROOT, 'libs'))
 sys.path.insert(0, os.path.join(PROJECT_ROOT, 'apps'))
 
 DEBUG = True



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-28 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-28 17:00 [gentoo-commits] proj/gentoo-packages:master commit in: gpackages/main/, gpackages/libs/ Slava Bacherikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox