Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Sep 6, 2013
1 parent 9bbfb00 commit 141cacc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simulator/source.py
Expand Up @@ -62,7 +62,6 @@ class Source(Observable):

RESOURCE_PATH = "/resources" # to append to base_uri
STATIC_FILE_PATH = os.path.join(os.path.dirname(__file__), "static")
TEMP_FILE_PATH = os.path.join(os.path.dirname(__file__), "temp")

def __init__(self, config, base_uri, port):
"""Initalize the source"""
Expand Down

0 comments on commit 141cacc

Please sign in to comment.