mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 11:48:13 +01:00
[test] Fix imports in tests/config_test.py
This commit is contained in:
@@ -1,11 +1,9 @@
|
|||||||
from nose.tools import assert_equal, assert_raises
|
|
||||||
|
|
||||||
import os
|
|
||||||
import os.path as path
|
|
||||||
import tempfile
|
|
||||||
import re
|
import re
|
||||||
|
import tempfile
|
||||||
|
from os import path
|
||||||
|
|
||||||
import asciinema.config as cfg
|
import asciinema.config as cfg
|
||||||
|
from nose.tools import assert_equal, assert_raises
|
||||||
|
|
||||||
|
|
||||||
def create_config(content=None, env={}):
|
def create_config(content=None, env={}):
|
||||||
|
|||||||
Reference in New Issue
Block a user