man. some major restructuring, and envsetup.py is a kinda neat hack.
This commit is contained in:
17
aif/config.py
Normal file
17
aif/config.py
Normal file
@@ -0,0 +1,17 @@
|
||||
import os
|
||||
##
|
||||
from lxml import etree
|
||||
|
||||
class Config(object):
|
||||
def __init__(self):
|
||||
self.xml = None
|
||||
|
||||
def parseLocalFile(self, fpath):
|
||||
fpath = os.path.abspath(os.path.expanduser(fpath))
|
||||
pass
|
||||
|
||||
def parseRemoteFile(self, url):
|
||||
pass
|
||||
|
||||
def parseRawContent(self, content):
|
||||
pass
|
||||
Reference in New Issue
Block a user