Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-05 20:21:15 (GMT)
committer Ignacio Rodríguez <ignaciorodriguez@sugarlabs.org>2013-05-05 20:21:15 (GMT)
commit471927a1ae63b7581f93e65bd4512c8125daad07 (patch)
tree42dab477c7ba8d5e4e5cc1dc41fee610313168b7
parent3db8fbd038d36fa2fa3046181d8142dac8b444d8 (diff)
Directorio usuario.
-rw-r--r--Globales.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Globales.py b/Globales.py
index fcea0c9..d955774 100644
--- a/Globales.py
+++ b/Globales.py
@@ -9,3 +9,4 @@ import os
PROGRAMA = os.getcwd()
ICONOS = os.path.join(PROGRAMA, "Iconos")
LOGO_JOVEN = os.path.join(ICONOS, "PythonJoven.png")
+USUARIO = os.path.join(os.path.expanduser("~"))