This is an automated email from the ASF dual-hosted git repository.

dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/master by this push:
     new e8322ea3 Updated the module import statement for python driver sample 
(#900)
e8322ea3 is described below

commit e8322ea3ffa6388348fb2d03927d85fb6f79063b
Author: Fahad Zaheer <[email protected]>
AuthorDate: Tue May 9 02:38:09 2023 +0500

    Updated the module import statement for python driver sample (#900)
---
 drivers/python/samples/apache-age-note.ipynb | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/drivers/python/samples/apache-age-note.ipynb 
b/drivers/python/samples/apache-age-note.ipynb
index 44b15b43..59c25bc5 100644
--- a/drivers/python/samples/apache-age-note.ipynb
+++ b/drivers/python/samples/apache-age-note.ipynb
@@ -1,6 +1,7 @@
 {
  "cells": [
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "722ec93e-b87c-43d0-9c54-61b30933d892",
    "metadata": {},
@@ -42,7 +43,7 @@
    "outputs": [],
    "source": [
     "import age\n",
-    "from age.gen.ageParser import *\n",
+    "from age.gen.AgtypeParser import *\n",
     "\n",
     "GRAPH_NAME = \"test_graph\"\n",
     "DSN = \"host=172.17.0.2 port=5432 dbname=postgres user=postgres 
password=agens\"\n",
@@ -51,6 +52,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "96bbaf49-e774-4939-8fe9-f179ac9addc9",
    "metadata": {},
@@ -92,6 +94,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "0f15bc37-4b19-4204-af93-757b07e7e9f9",
    "metadata": {},
@@ -168,6 +171,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "cf0f16c8-07d0-49b9-ba4f-3f9044cac9e7",
    "metadata": {},
@@ -264,6 +268,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "0a8606b5-8583-49f9-aa39-a1ac3e90d542",
    "metadata": {},
@@ -347,6 +352,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "2615465d-9cff-4e67-9935-21344df4574c",
    "metadata": {},
@@ -571,6 +577,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "22690e1d-f258-4f2f-87b2-4f5b0a7f4574",
    "metadata": {},
@@ -624,6 +631,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "ac4d3e0e-0101-40cd-bc9a-59386a1e4485",
    "metadata": {},
@@ -695,6 +703,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "f502e0db-a603-4eb9-90e8-dac2c9edd1d4",
    "metadata": {},
@@ -758,6 +767,7 @@
    ]
   },
   {
+   "attachments": {},
    "cell_type": "markdown",
    "id": "8ce0a003-b038-4334-9de8-111569549040",
    "metadata": {},

Reply via email to