diff options
| author | guillaume <guillaume@localhost.localdomain> | 2010-08-10 16:27:37 -0400 |
|---|---|---|
| committer | guillaume <guillaume@localhost.localdomain> | 2010-08-10 16:27:37 -0400 |
| commit | 724c296e54714a949ce79c5056229e00fb7c15c2 (patch) | |
| tree | d505860e67513dcb76141ebecb86a50ac00ad70d /__init__.py | |
| parent | 9e8fd4662da1688cc0c8fec2e9194b1606f30295 (diff) | |
| download | alias-724c296e54714a949ce79c5056229e00fb7c15c2.tar.gz | |
First code commit, with very few things.
* Beginning of object class
* Beginning of permission class
Diffstat (limited to '__init__.py')
| -rwxr-xr-x | __init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/__init__.py b/__init__.py new file mode 100755 index 0000000..faaaf79 --- /dev/null +++ b/__init__.py @@ -0,0 +1,3 @@ +# -*- coding: utf-8 -*- + + |
