mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 19:29:04 +00:00
Merge #2088: Update Zenmap to Python 3 and PyGObject
Note: Ndiff build will be broken until subsequent changes are made. Deprecation warnings will need to be addressed in future changes. Closes #2088
This commit is contained in:
@@ -206,5 +206,5 @@ if __name__ == "__main__":
|
||||
polar = PolarCoordinate(1, math.pi)
|
||||
cartesian = CartesianCoordinate(-1, 0)
|
||||
|
||||
print polar.to_cartesian()
|
||||
print cartesian.to_polar()
|
||||
print(polar.to_cartesian())
|
||||
print(cartesian.to_polar())
|
||||
|
||||
Reference in New Issue
Block a user