Simple, self-explanatory code snippets.
from os import path print path.dirname( path.dirname( path.abspath(__file__) ) )
No comments:
Post a Comment