FIXING STUFF!

Rename should be complete or almost so.
This commit is contained in:
2008-12-05 22:07:56 +00:00
parent 1eabbc5c48
commit 7e6bac20e1
42 changed files with 148 additions and 148 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/python
import os,sys
from fluents import dataset
from laydi import dataset
import cfgparse, optparse
import re
@@ -61,8 +61,8 @@ def list_dimension_ids(input, dimname):
print id
def parse_options():
conf_files = ['/etc/fluentsrc',
os.path.join(os.environ['HOME'], '.fluents')]
conf_files = ['/etc/laydirc',
os.path.join(os.environ['HOME'], '.laydi')]
cp = cfgparse.ConfigParser()
op = optparse.OptionParser()