summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2015-08-05 13:57:53 +0200
committerMichael Schwarz <michi.schwarz@gmail.com>2015-08-06 16:32:59 +0200
commit14f078c8217450317b4824cb450b336ba6590011 (patch)
treefaeab31f4175d093eefc5516b704e991c6f95270 /support
parentc451c40dd2fa394c0e7fa300eeca9094a6da19bd (diff)
downloadpogojig-14f078c8217450317b4824cb450b336ba6590011.tar.gz
pogojig-14f078c8217450317b4824cb450b336ba6590011.tar.bz2
pogojig-14f078c8217450317b4824cb450b336ba6590011.zip
Inkscape export: Renamed module to inkscape.
This module will later be used for other export types than just DXF.
Diffstat (limited to 'support')
-rw-r--r--support/inkscape/__init__.py (renamed from support/dxf_export/__init__.py)0
-rw-r--r--support/inkscape/__main__.py (renamed from support/dxf_export/__main__.py)0
-rwxr-xr-xsupport/inkscape/bezmisc.py (renamed from support/dxf_export/bezmisc.py)0
-rwxr-xr-xsupport/inkscape/cspsubdiv.py (renamed from support/dxf_export/cspsubdiv.py)0
-rwxr-xr-xsupport/inkscape/cubicsuperpath.py (renamed from support/dxf_export/cubicsuperpath.py)0
-rw-r--r--support/inkscape/dxf_footer.txt (renamed from support/dxf_export/dxf_footer.txt)0
-rw-r--r--support/inkscape/dxf_header.txt (renamed from support/dxf_export/dxf_header.txt)0
-rw-r--r--support/inkscape/effect.py (renamed from support/dxf_export/effect.py)0
-rwxr-xr-xsupport/inkscape/ffgeom.py (renamed from support/dxf_export/ffgeom.py)0
-rwxr-xr-xsupport/inkscape/inkex.py (renamed from support/dxf_export/inkex.py)0
-rwxr-xr-xsupport/inkscape/simplepath.py (renamed from support/dxf_export/simplepath.py)0
-rwxr-xr-xsupport/inkscape/simpletransform.py (renamed from support/dxf_export/simpletransform.py)0
12 files changed, 0 insertions, 0 deletions
diff --git a/support/dxf_export/__init__.py b/support/inkscape/__init__.py
index e69de29..e69de29 100644
--- a/support/dxf_export/__init__.py
+++ b/support/inkscape/__init__.py
diff --git a/support/dxf_export/__main__.py b/support/inkscape/__main__.py
index 3052e6f..3052e6f 100644
--- a/support/dxf_export/__main__.py
+++ b/support/inkscape/__main__.py
diff --git a/support/dxf_export/bezmisc.py b/support/inkscape/bezmisc.py
index b7f5429..b7f5429 100755
--- a/support/dxf_export/bezmisc.py
+++ b/support/inkscape/bezmisc.py
diff --git a/support/dxf_export/cspsubdiv.py b/support/inkscape/cspsubdiv.py
index c34236a..c34236a 100755
--- a/support/dxf_export/cspsubdiv.py
+++ b/support/inkscape/cspsubdiv.py
diff --git a/support/dxf_export/cubicsuperpath.py b/support/inkscape/cubicsuperpath.py
index 925efdb..925efdb 100755
--- a/support/dxf_export/cubicsuperpath.py
+++ b/support/inkscape/cubicsuperpath.py
diff --git a/support/dxf_export/dxf_footer.txt b/support/inkscape/dxf_footer.txt
index a225dd7..a225dd7 100644
--- a/support/dxf_export/dxf_footer.txt
+++ b/support/inkscape/dxf_footer.txt
diff --git a/support/dxf_export/dxf_header.txt b/support/inkscape/dxf_header.txt
index 341cb1b..341cb1b 100644
--- a/support/dxf_export/dxf_header.txt
+++ b/support/inkscape/dxf_header.txt
diff --git a/support/dxf_export/effect.py b/support/inkscape/effect.py
index c72037c..c72037c 100644
--- a/support/dxf_export/effect.py
+++ b/support/inkscape/effect.py
diff --git a/support/dxf_export/ffgeom.py b/support/inkscape/ffgeom.py
index ef8799b..ef8799b 100755
--- a/support/dxf_export/ffgeom.py
+++ b/support/inkscape/ffgeom.py
diff --git a/support/dxf_export/inkex.py b/support/inkscape/inkex.py
index 19e860b..19e860b 100755
--- a/support/dxf_export/inkex.py
+++ b/support/inkscape/inkex.py
diff --git a/support/dxf_export/simplepath.py b/support/inkscape/simplepath.py
index 94ab092..94ab092 100755
--- a/support/dxf_export/simplepath.py
+++ b/support/inkscape/simplepath.py
diff --git a/support/dxf_export/simpletransform.py b/support/inkscape/simpletransform.py
index 55082ed..55082ed 100755
--- a/support/dxf_export/simpletransform.py
+++ b/support/inkscape/simpletransform.py