added blank line

This commit is contained in:
Oliver Wieland 2013-09-10 20:18:53 +02:00
parent e584907718
commit 1106bca319

View File

@ -3,6 +3,7 @@ This module contains tests for the lib submodule of the Remotes plugin.
""" """
import os import os
import re import re
from unittest import TestCase from unittest import TestCase
from tempfile import mkstemp from tempfile import mkstemp
from mock import patch from mock import patch