Ejemplo n.º 1
0
#! /usr/bin/python

import os
import sys
from PrintWriter import PrintWriter


pw = PrintWriter(os.path.join("logs", "test.log"))

pw.write("Works?")

# path = './remote'
# BAKDIR = os.path.join(os.getcwd(), 'bak', 'remote')
# FILE_EXTS = ('.config', '.bat')



# sourcepaths = FileUtils.get_filelist(path, *FILE_EXTS)
# #targpaths = [FileUtils.change_root(file, path) for file in sourcepaths]

# pathDict = dict([(s, FileUtils.change_root(s, path, BAKDIR))
#                   for s in sourcepaths])

# pprint(pathDict)
# print len(pathDict)
# print

# pathDict =  FileUtils.change_roots(path, os.path.join(os.getcwd(), 'work'), *FILE_EXTS)

# pprint(pathDict)
# print len(pathDict)