~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to indicator-stickynotes.py

  • Committer: Umang Varma
  • Date: 2018-09-08 16:04:57 UTC
  • mto: This revision was merged to the branch mainline in revision 158.
  • Revision ID: git-v1:84e780a2122b840b22c93f73e37779fd88da9da4
Minor changes to @jamesljlster's PR

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
 
39
39
import socket
40
40
import sys
41
 
import time
42
41
 
43
42
def save_required(f):
44
43
    """Wrapper for functions that require a save after execution"""