This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version 1.2 8 dec. 2012 PKHG | |
#--------- | |
#inverse sin etc. deg <-> rad | |
#4 12 2012 prgramming preparations | |
#UNDO partly done | |
from scene import * | |
from random import random | |
from string import ascii_lowercase | |
from math import * | |
from random import random |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from scene import * | |
#from random import random | |
from time import ctime | |
from os import listdir, path, stat | |
from os.path import isdir, isfile, sep, abspath | |
interesting_dirs = {0:'.', 1:'/',2:'/Applications',3: '/Applications/Maps.app'} | |
#t= '/Applications/Maps.app/Japanese.lproj/Localizable.strings' | |
def dir_contents(path): | |
"""get all dirs and files from path""" |