Skip to content

Commit

Permalink
Corrected missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
GulsahKose committed Jan 24, 2015
1 parent bf08aff commit 2623ac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libpebble/p.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import argparse
import os
import pebble as libpebble
import libpebble
import time
import pexpect
import tkMessageBox
Expand Down Expand Up @@ -38,6 +38,7 @@ def cmd_remote(pebble, args):
pexpect.run(fullscreen)
except Exception:
print _("Something's wrong")
raise
return False

def libreoffice_event_handler(event):
Expand Down

0 comments on commit 2623ac2

Please sign in to comment.