* [dts] [PATCH] framework: Use regualr expression instead of regression in import comment.
@ 2016-04-01 11:52 Rami Rosen
2016-04-05 6:34 ` Liu, Yong
0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2016-04-01 11:52 UTC (permalink / raw)
To: yong.liu; +Cc: dts, Rami Rosen
"import re" implies using python Regular Expressions module and
not regression module. This patch fixed this comment.
Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
framework/dts.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/dts.py b/framework/dts.py
index 6c3808b..7310bda 100644
--- a/framework/dts.py
+++ b/framework/dts.py
@@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-import re # regression module
+import re # regular expressions module
import ConfigParser # config parse module
import os # operation system module
import texttable # text format
--
2.5.5
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dts] [PATCH] framework: Use regualr expression instead of regression in import comment.
2016-04-01 11:52 [dts] [PATCH] framework: Use regualr expression instead of regression in import comment Rami Rosen
@ 2016-04-05 6:34 ` Liu, Yong
0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2016-04-05 6:34 UTC (permalink / raw)
To: Rosen, Rami; +Cc: dts
Thanks Rami. Applied.
> -----Original Message-----
> From: Rosen, Rami
> Sent: Friday, April 01, 2016 7:52 PM
> To: Liu, Yong
> Cc: dts@dpdk.org; Rosen, Rami
> Subject: [PATCH] framework: Use regualr expression instead of regression
> in import comment.
>
> "import re" implies using python Regular Expressions module and
> not regression module. This patch fixed this comment.
>
> Signed-off-by: Rami Rosen <rami.rosen@intel.com>
> ---
> framework/dts.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/framework/dts.py b/framework/dts.py
> index 6c3808b..7310bda 100644
> --- a/framework/dts.py
> +++ b/framework/dts.py
> @@ -29,7 +29,7 @@
> # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
> # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
>
> -import re # regression module
> +import re # regular expressions module
> import ConfigParser # config parse module
> import os # operation system module
> import texttable # text format
> --
> 2.5.5
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-05 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-01 11:52 [dts] [PATCH] framework: Use regualr expression instead of regression in import comment Rami Rosen
2016-04-05 6:34 ` Liu, Yong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).