[Dev OpenGP] [32] Drafts

[ Thread Index | Date Index | More opengp.tuxfamily.org/development Archives ]


Revision: 32
Author:   alband85
Date:     2009-03-12 13:59:06 +0100 (Thu, 12 Mar 2009)

Log Message:
-----------
Drafts

Added Paths:
-----------
    trunk/src/OgpXmlElement.py
    trunk/src/ogpconsole


Added: trunk/src/OgpXmlElement.py
===================================================================
--- trunk/src/OgpXmlElement.py	                        (rev 0)
+++ trunk/src/OgpXmlElement.py	2009-03-12 12:59:06 UTC (rev 32)
@@ -0,0 +1,33 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*
+
+import xml.dom as dom
+
+class OgpXmlElement(object):
+
+	def __init__(self, xml):
+		pass
+
+	def getAttrs(self):
+		return
+
+	def getAttr(self, name):
+		return
+
+	def isBlocking(self):
+		return
+
+	def setAttr(self):
+		pass
+
+	def setText(self):
+		pass
+
+	def addChild(self):
+		pass
+
+	def rmChild(self):
+		pass
+
+
+

Added: trunk/src/ogpconsole
===================================================================
--- trunk/src/ogpconsole	                        (rev 0)
+++ trunk/src/ogpconsole	2009-03-12 12:59:06 UTC (rev 32)
@@ -0,0 +1,3 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*
+


Property changes on: trunk/src/ogpconsole
___________________________________________________________________
Name: svn:executable
   + *


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/