mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
348 B
Plaintext
14 lines
348 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2005/08/04 11:29:11 drochner Exp $
|
|
|
|
--- bin/luma.orig 2005-07-29 16:59:34.000000000 +0200
|
|
+++ bin/luma
|
|
@@ -17,6 +17,8 @@ import time
|
|
import StringIO
|
|
from qt import *
|
|
|
|
+sys.path.append("@PREFIX@/lib/luma")
|
|
+
|
|
import environment
|
|
from base.gui.MainWin import MainWin
|
|
from base.utils.backend.LogObject import LogObject
|