[prev in list] [next in list] [prev in thread] [next in thread] 

List:       klik-devel
Subject:    [klik-devel] [klikclient commit] r1691 -
From:       codesite-noreply () google ! com
Date:       2008-08-31 21:54:27
Message-ID: 001636af02eedb98e90455c88769 () google ! com
[Download RAW message or body]

Author: KillerKiwi2005
Date: Sun Aug 31 14:53:58 2008
New Revision: 1691

Added:
    trunk/client/trunk/klikclient/lib/klik/umview.py

Log:
Create new umview.py, waiting on correct commands

Added: trunk/client/trunk/klikclient/lib/klik/umview.py
==============================================================================
--- (empty file)
+++ trunk/client/trunk/klikclient/lib/klik/umview.py	Sun Aug 31 14:53:58  
2008
@@ -0,0 +1,38 @@
+#!/usr/bin/env python
+
+#   klik2 - allows the mounting of and iso or crramfs with a union overlay
+#   Copyright (C) 2008  Jason Taylor - killerkiwi2005@gmail.com
+#
+#   This program is free software; you can redistribute it and/or modify
+#   it under the terms of the GNU General Public License as published by
+#   the Free Software Foundation; either version 2 of the License, or
+#   (at your option) any later version.
+#
+#   This program is distributed in the hope that it will be useful,
+#   but WITHOUT ANY WARRANTY; without even the implied warranty of
+#   MERCHANTABILITY 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, write to the Free Software
+#   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,  
USA.
+
+"""
+	All commands that are umview specific
+"""
+import commands
+import sys
+import os, os.path
+import shutil
+import tempfile
+from subprocess import *
+import time
+import klik.execute
+from klik.exception import ExecuteException
+
+class KlikExecute (klik.execute.KlikExecute):
+
+	def __init__(self, klik):
+		self.klik = klik
+
+# TODO ;)
_______________________________________________
klik-devel mailing list
klik-devel@kde.org
https://mail.kde.org/mailman/listinfo/klik-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic