Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/face.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-07-27 20:24:13 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-07-27 20:24:13 (GMT)
commit8250cd4f34a7d9a1992b96f429ecf6caca4a3236 (patch)
tree2c09cbf3b05aa106b4db4ab20b493c85e1f4a0a3 /face.py
parent2f5801f3638d787d3adc4101d46268d9d2179be4 (diff)
org imports on face.py
Diffstat (limited to 'face.py')
-rw-r--r--face.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/face.py b/face.py
index 197b59c..2f790e5 100644
--- a/face.py
+++ b/face.py
@@ -21,11 +21,11 @@
# You should have received a copy of the GNU General Public License
# along with Speak.activity. If not, see <http://www.gnu.org/licenses/>.
-
import logging
+import cjson
+
from gi.repository import Gtk
from gi.repository import Gdk
-import cjson
import sugar3.graphics.style as style