File: gyoto_lorene.py

package info (click to toggle)
gyoto 2.0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,420 kB
  • sloc: cpp: 42,317; sh: 4,512; python: 3,436; xml: 2,865; makefile: 685; ansic: 346
file content (16 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"""The Gyoto Lorene plug-in

Note that the gyoto modules have been renamed:
  - gyoto -> gyoto.core
  - gyoto_std -> gyoto.std
  - gyoto_lorene -> gyoto.lorene

Please update your code accordingly.

"""

from gyoto.lorene import *

import warnings

warnings.warn ("The gyoto modules have been renamed, please see help(gyoto_lorene)", DeprecationWarning)