We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeadd9c commit 422d4daCopy full SHA for 422d4da
robotbackgroundlogger.py
@@ -1,4 +1,5 @@
1
-# Copyright 2014 Nokia Siemens Networks Oyj
+# Copyright 2014-2015 Nokia Networks
2
+# Copyright 2016- Robot Framework Foundation
3
#
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
# you may not use this file except in compliance with the License.
@@ -16,7 +17,7 @@
16
17
18
try:
19
from collections import OrderedDict
-except ImportError: # New in 2.7 but 2.4 compatible recipe would be available.
20
+except ImportError: # New in Python 2.7
21
OrderedDict = dict
22
import threading
23
import time
0 commit comments